Html Css Color HEX #AC30C2 Dark Orchid

📋 copy color: '#AC30C2'

red 172 ◦ green 48 ◦ blue 194

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

Shades of Dark Orchid #AC30C2

Tints of Dark Orchid #AC30C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 41.55%
G = 11.59%
B = 46.86%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC30C2 (or 0xAC30C2) is known color: Dark Orchid. HEX triplet: AC, 30 and C2. RGB value is (172,48,194). Sum of RGB (Red+Green+Blue) = 172+48+194=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC30C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30C2 is #53CF3D. Grayscale: #656565. Windows color (decimal): -5492542 or 12726444. OLE color: 12726444.

HSL color Cylindrical-coordinate representation of color #AC30C2: hue angle of 290.96º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC30C2 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 48 194 -
CMYK 0.11 0.75 0 0.24
HSL 290.96º 0.6% 0.47% -
HSV(B) 290.96º 0.75% 0.76% -
XYZ 27.81 14.78 52.43 -
YUV 101.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 172 48 194 0.11 0.75 0 0.24 290.96 0.6 0.47
Hex AC 30 C2 B 4B 0 18 123 3C 2F
Octal 254 60 302 13 113 0 30 443 74 57
Binary 10101100 110000 11000010 1011 1001011 0 11000 100100011 111100 101111

Color Harmonies of #AC30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30C2

Black with #AC30C2

Text Example


Text Example

White with #AC30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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