Html Css Color HEX #AC30CE Dark Orchid

📋 copy color: '#AC30CE'

red 172 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #AC30CE

Tints of Dark Orchid #AC30CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

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

R = 40.38%
G = 11.27%
B = 48.36%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC30CE (or 0xAC30CE) is known color: Dark Orchid. HEX triplet: AC, 30 and CE. RGB value is (172,48,206). Sum of RGB (Red+Green+Blue) = 172+48+206=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30CE is #53CF31. Grayscale: #666666. Windows color (decimal): -5492530 or 13512876. OLE color: 13512876.

HSL color Cylindrical-coordinate representation of color #AC30CE: hue angle of 287.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC30CE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 48 206 -
CMYK 0.17 0.77 0 0.19
HSL 287.09º 0.62% 0.5% -
HSV(B) 287.09º 0.77% 0.81% -
XYZ 29.21 15.34 59.81 -
YUV 103.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 172 48 206 0.17 0.77 0 0.19 287.09 0.62 0.5
Hex AC 30 CE 11 4D 0 13 11F 3E 32
Octal 254 60 316 21 115 0 23 437 76 62
Binary 10101100 110000 11001110 10001 1001101 0 10011 100011111 111110 110010

Color Harmonies of #AC30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30CE

Black with #AC30CE

Text Example


Text Example

White with #AC30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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