Html Css Color HEX #AF37CF Dark Orchid

📋 copy color: '#AF37CF'

red 175 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #AF37CF

Tints of Dark Orchid #AF37CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 40.05%
G = 12.59%
B = 47.37%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF37CF (or 0xAF37CF) is known color: Dark Orchid. HEX triplet: AF, 37 and CF. RGB value is (175,55,207). Sum of RGB (Red+Green+Blue) = 175+55+207=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37CF is #50C830. Grayscale: #6B6B6B. Windows color (decimal): -5294129 or 13580207. OLE color: 13580207.

HSL color Cylindrical-coordinate representation of color #AF37CF: hue angle of 287.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF37CF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 55 207 -
CMYK 0.15 0.73 0 0.19
HSL 287.37º 0.61% 0.51% -
HSV(B) 287.37º 0.73% 0.81% -
XYZ 30.31 16.35 60.59 -
YUV 108.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 175 55 207 0.15 0.73 0 0.19 287.37 0.61 0.51
Hex AF 37 CF F 49 0 13 11F 3D 33
Octal 257 67 317 17 111 0 23 437 75 63
Binary 10101111 110111 11001111 1111 1001001 0 10011 100011111 111101 110011

Color Harmonies of #AF37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37CF

Black with #AF37CF

Text Example


Text Example

White with #AF37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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