Html Css Color HEX #AC35CE Dark Orchid

📋 copy color: '#AC35CE'

red 172 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #AC35CE

Tints of Dark Orchid #AC35CE

RGB

 RED value IS 172 (67.58% from 255) = 39.91%

 GREEN value IS 53 (21.09% from 255) = 12.3%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 39.91%
G = 12.3%
B = 47.8%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC35CE (or 0xAC35CE) is known color: Dark Orchid. HEX triplet: AC, 35 and CE. RGB value is (172,53,206). Sum of RGB (Red+Green+Blue) = 172+53+206=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC35CE is #53CA31. Grayscale: #696969. Windows color (decimal): -5491250 or 13514156. OLE color: 13514156.

HSL color Cylindrical-coordinate representation of color #AC35CE: hue angle of 286.67º 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 #AC35CE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 53 206 -
CMYK 0.17 0.74 0 0.19
HSL 286.67º 0.61% 0.51% -
HSV(B) 286.67º 0.74% 0.81% -
XYZ 29.43 15.77 59.89 -
YUV 106.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 172 53 206 0.17 0.74 0 0.19 286.67 0.61 0.51
Hex AC 35 CE 11 4A 0 13 11F 3D 33
Octal 254 65 316 21 112 0 23 437 75 63
Binary 10101100 110101 11001110 10001 1001010 0 10011 100011111 111101 110011

Color Harmonies of #AC35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC35CE

Black with #AC35CE

Text Example


Text Example

White with #AC35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC35CE; }

 p { color: rgb(172,53,206); }

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

background-color css

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

 a { background-color: rgb(172,53,206); }

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

border-color css

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

 span { border-color: rgb(172,53,206); }

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