Html Css Color HEX #AF36CF Dark Orchid

📋 copy color: '#AF36CF'

red 175 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #AF36CF

Tints of Dark Orchid #AF36CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.39%

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

R = 40.14%
G = 12.39%
B = 47.48%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF36CF (or 0xAF36CF) is known color: Dark Orchid. HEX triplet: AF, 36 and CF. RGB value is (175,54,207). Sum of RGB (Red+Green+Blue) = 175+54+207=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36CF is #50C930. Grayscale: #6B6B6B. Windows color (decimal): -5294385 or 13579951. OLE color: 13579951.

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

Color convert

RGB 175 54 207 -
CMYK 0.15 0.74 0 0.19
HSL 287.45º 0.61% 0.51% -
HSV(B) 287.45º 0.74% 0.81% -
XYZ 30.26 16.26 60.57 -
YUV 107.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 175 54 207 0.15 0.74 0 0.19 287.45 0.61 0.51
Hex AF 36 CF F 4A 0 13 11F 3D 33
Octal 257 66 317 17 112 0 23 437 75 63
Binary 10101111 110110 11001111 1111 1001010 0 10011 100011111 111101 110011

Color Harmonies of #AF36CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36CF

Black with #AF36CF

Text Example


Text Example

White with #AF36CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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