Html Css Color HEX #AC18C9 Dark Orchid

📋 copy color: '#AC18C9'

red 172 ◦ green 24 ◦ blue 201

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

Shades of Dark Orchid #AC18C9

Tints of Dark Orchid #AC18C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 43.32%
G = 6.05%
B = 50.63%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC18C9 (or 0xAC18C9) is known color: Dark Orchid. HEX triplet: AC, 18 and C9. RGB value is (172,24,201). Sum of RGB (Red+Green+Blue) = 172+24+201=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC18C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18C9 is #53E736. Grayscale: #575757. Windows color (decimal): -5498679 or 13179052. OLE color: 13179052.

HSL color Cylindrical-coordinate representation of color #AC18C9: hue angle of 290.17º 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 #AC18C9 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 24 201 -
CMYK 0.14 0.88 0 0.21
HSL 290.17º 0.79% 0.44% -
HSV(B) 290.17º 0.88% 0.79% -
XYZ 27.88 13.64 56.42 -
YUV 88.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 172 24 201 0.14 0.88 0 0.21 290.17 0.79 0.44
Hex AC 18 C9 E 58 0 15 122 4F 2C
Octal 254 30 311 16 130 0 25 442 117 54
Binary 10101100 11000 11001001 1110 1011000 0 10101 100100010 1001111 101100

Color Harmonies of #AC18C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18C9

Black with #AC18C9

Text Example


Text Example

White with #AC18C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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