Html Css Color HEX #AF36DC Dark Orchid

📋 copy color: '#AF36DC'

red 175 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #AF36DC

Tints of Dark Orchid #AF36DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 38.98%
G = 12.03%
B = 49%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF36DC (or 0xAF36DC) is known color: Dark Orchid. HEX triplet: AF, 36 and DC. RGB value is (175,54,220). Sum of RGB (Red+Green+Blue) = 175+54+220=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF36DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36DC is #50C923. Grayscale: #6C6C6C. Windows color (decimal): -5294372 or 14431919. OLE color: 14431919.

HSL color Cylindrical-coordinate representation of color #AF36DC: hue angle of 283.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF36DC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 54 220 -
CMYK 0.20 0.75 0 0.14
HSL 283.74º 0.7% 0.54% -
HSV(B) 283.74º 0.75% 0.86% -
XYZ 31.92 16.92 69.29 -
YUV 109.1 190.59 175 -
System Red Green Blue C M Y K H S L
Decimal 175 54 220 0.20 0.75 0 0.14 283.74 0.7 0.54
Hex AF 36 DC 14 4B 0 E 11C 46 36
Octal 257 66 334 24 113 0 16 434 106 66
Binary 10101111 110110 11011100 10100 1001011 0 1110 100011100 1000110 110110

Color Harmonies of #AF36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36DC

Black with #AF36DC

Text Example


Text Example

White with #AF36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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