Html Css Color HEX #AC24D0 Dark Orchid

📋 copy color: '#AC24D0'

red 172 ◦ green 36 ◦ blue 208

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

Shades of Dark Orchid #AC24D0

Tints of Dark Orchid #AC24D0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 208 (81.64% from 255) = 50%

R = 41.35%
G = 8.65%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC24D0 (or 0xAC24D0) is known color: Dark Orchid. HEX triplet: AC, 24 and D0. RGB value is (172,36,208). Sum of RGB (Red+Green+Blue) = 172+36+208=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC24D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24D0 is #53DB2F. Grayscale: #5F5F5F. Windows color (decimal): -5495600 or 13640876. OLE color: 13640876.

HSL color Cylindrical-coordinate representation of color #AC24D0: hue angle of 287.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC24D0 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 36 208 -
CMYK 0.17 0.83 0 0.18
HSL 287.44º 0.7% 0.48% -
HSV(B) 287.44º 0.83% 0.82% -
XYZ 29.03 14.59 60.96 -
YUV 96.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 172 36 208 0.17 0.83 0 0.18 287.44 0.7 0.48
Hex AC 24 D0 11 53 0 12 11F 46 30
Octal 254 44 320 21 123 0 22 437 106 60
Binary 10101100 100100 11010000 10001 1010011 0 10010 100011111 1000110 110000

Color Harmonies of #AC24D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24D0

Black with #AC24D0

Text Example


Text Example

White with #AC24D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24D0; }

 p { color: rgb(172,36,208); }

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

background-color css

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

 a { background-color: rgb(172,36,208); }

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

border-color css

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

 span { border-color: rgb(172,36,208); }

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