Html Css Color HEX #AF37BB Dark Orchid

📋 copy color: '#AF37BB'

red 175 ◦ green 55 ◦ blue 187

#AF37BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF37BB

Tints of Dark Orchid #AF37BB

RGB

 RED value IS 175 (68.75% from 255) = 41.97%

 GREEN value IS 55 (21.88% from 255) = 13.19%

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 41.97%
G = 13.19%
B = 44.84%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF37BB (or 0xAF37BB) is known color: Dark Orchid. HEX triplet: AF, 37 and BB. RGB value is (175,55,187). Sum of RGB (Red+Green+Blue) = 175+55+187=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF37BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37BB is #50C844. Grayscale: #696969. Windows color (decimal): -5294149 or 12269487. OLE color: 12269487.

HSL color Cylindrical-coordinate representation of color #AF37BB: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF37BB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 55 187 -
CMYK 0.06 0.71 0 0.27
HSL 294.55º 0.55% 0.47% -
HSV(B) 294.55º 0.71% 0.73% -
XYZ 28.02 15.43 48.52 -
YUV 105.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 175 55 187 0.06 0.71 0 0.27 294.55 0.55 0.47
Hex AF 37 BB 6 47 0 1B 127 37 2F
Octal 257 67 273 6 107 0 33 447 67 57
Binary 10101111 110111 10111011 110 1000111 0 11011 100100111 110111 101111

Color Harmonies of #AF37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37BB

Black with #AF37BB

Text Example


Text Example

White with #AF37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37BB; }

 p { color: rgb(175,55,187); }

 H1.HeaderClassName
 {
   color: #AF37BB;
 }
 .AnyTagClassName
 {
   color: #AF37BB;
 }
</style>

background-color css

<style>
 a { background-color: #AF37BB; }

 a { background-color: rgb(175,55,187); }

 div.DivClassName
 {
   background-color: #AF37BB;
 }
 .BgClassName
 {
   background-color: #AF37BB;
 }
</style>

border-color css

<style>
 span { border-color: #AF37BB; }

 span { border-color: rgb(175,55,187); }

 td.TdClassName
 {
   border-color: #AF37BB;
 }
 .TagClassName
 {
   border-color: #AF37BB;
 }
</style>