Html Css Color HEX #AF37BF Dark Orchid

📋 copy color: '#AF37BF'

red 175 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #AF37BF

Tints of Dark Orchid #AF37BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 41.57%
G = 13.06%
B = 45.37%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF37BF (or 0xAF37BF) is known color: Dark Orchid. HEX triplet: AF, 37 and BF. RGB value is (175,55,191). Sum of RGB (Red+Green+Blue) = 175+55+191=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37BF is #50C840. Grayscale: #696969. Windows color (decimal): -5294145 or 12531631. OLE color: 12531631.

HSL color Cylindrical-coordinate representation of color #AF37BF: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF37BF is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 55 191 -
CMYK 0.08 0.71 0 0.25
HSL 292.94º 0.55% 0.48% -
HSV(B) 292.94º 0.71% 0.75% -
XYZ 28.45 15.61 50.8 -
YUV 106.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 175 55 191 0.08 0.71 0 0.25 292.94 0.55 0.48
Hex AF 37 BF 8 47 0 19 125 37 30
Octal 257 67 277 10 107 0 31 445 67 60
Binary 10101111 110111 10111111 1000 1000111 0 11001 100100101 110111 110000

Color Harmonies of #AF37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37BF

Black with #AF37BF

Text Example


Text Example

White with #AF37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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