Html Css Color HEX #AC30CA Dark Orchid

📋 copy color: '#AC30CA'

red 172 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #AC30CA

Tints of Dark Orchid #AC30CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 40.76%
G = 11.37%
B = 47.87%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC30CA (or 0xAC30CA) is known color: Dark Orchid. HEX triplet: AC, 30 and CA. RGB value is (172,48,202). Sum of RGB (Red+Green+Blue) = 172+48+202=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC30CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30CA is #53CF35. Grayscale: #666666. Windows color (decimal): -5492534 or 13250732. OLE color: 13250732.

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

Color convert

RGB 172 48 202 -
CMYK 0.15 0.76 0 0.21
HSL 288.31º 0.62% 0.49% -
HSV(B) 288.31º 0.76% 0.79% -
XYZ 28.73 15.15 57.29 -
YUV 102.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 172 48 202 0.15 0.76 0 0.21 288.31 0.62 0.49
Hex AC 30 CA F 4C 0 15 120 3E 31
Octal 254 60 312 17 114 0 25 440 76 61
Binary 10101100 110000 11001010 1111 1001100 0 10101 100100000 111110 110001

Color Harmonies of #AC30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30CA

Black with #AC30CA

Text Example


Text Example

White with #AC30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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