Html Css Color HEX #AC30CC Dark Orchid

📋 copy color: '#AC30CC'

red 172 ◦ green 48 ◦ blue 204

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

Shades of Dark Orchid #AC30CC

Tints of Dark Orchid #AC30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 40.57%
G = 11.32%
B = 48.11%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC30CC (or 0xAC30CC) is known color: Dark Orchid. HEX triplet: AC, 30 and CC. RGB value is (172,48,204). Sum of RGB (Red+Green+Blue) = 172+48+204=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC30CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30CC is #53CF33. Grayscale: #666666. Windows color (decimal): -5492532 or 13381804. OLE color: 13381804.

HSL color Cylindrical-coordinate representation of color #AC30CC: hue angle of 287.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC30CC is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 48 204 -
CMYK 0.16 0.76 0 0.2
HSL 287.69º 0.62% 0.49% -
HSV(B) 287.69º 0.76% 0.8% -
XYZ 28.97 15.24 58.54 -
YUV 102.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 172 48 204 0.16 0.76 0 0.2 287.69 0.62 0.49
Hex AC 30 CC 10 4C 0 14 120 3E 31
Octal 254 60 314 20 114 0 24 440 76 61
Binary 10101100 110000 11001100 10000 1001100 0 10100 100100000 111110 110001

Color Harmonies of #AC30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30CC

Black with #AC30CC

Text Example


Text Example

White with #AC30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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