Html Css Color HEX #AC18CA Dark Orchid

📋 copy color: '#AC18CA'

red 172 ◦ green 24 ◦ blue 202

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

Shades of Dark Orchid #AC18CA

Tints of Dark Orchid #AC18CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

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

R = 43.22%
G = 6.03%
B = 50.75%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC18CA (or 0xAC18CA) is known color: Dark Orchid. HEX triplet: AC, 18 and CA. RGB value is (172,24,202). Sum of RGB (Red+Green+Blue) = 172+24+202=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC18CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18CA is #53E735. Grayscale: #575757. Windows color (decimal): -5498678 or 13244588. OLE color: 13244588.

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

Color convert

RGB 172 24 202 -
CMYK 0.15 0.88 0 0.21
HSL 289.89º 0.79% 0.44% -
HSV(B) 289.89º 0.88% 0.79% -
XYZ 28 13.69 57.04 -
YUV 88.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 172 24 202 0.15 0.88 0 0.21 289.89 0.79 0.44
Hex AC 18 CA F 58 0 15 122 4F 2C
Octal 254 30 312 17 130 0 25 442 117 54
Binary 10101100 11000 11001010 1111 1011000 0 10101 100100010 1001111 101100

Color Harmonies of #AC18CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18CA

Black with #AC18CA

Text Example


Text Example

White with #AC18CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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