Html Css Color HEX #AC24CF Dark Orchid

📋 copy color: '#AC24CF'

red 172 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #AC24CF

Tints of Dark Orchid #AC24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 41.45%
G = 8.67%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC24CF (or 0xAC24CF) is known color: Dark Orchid. HEX triplet: AC, 24 and CF. RGB value is (172,36,207). Sum of RGB (Red+Green+Blue) = 172+36+207=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24CF is #53DB30. Grayscale: #5F5F5F. Windows color (decimal): -5495601 or 13575340. OLE color: 13575340.

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

Color convert

RGB 172 36 207 -
CMYK 0.17 0.83 0 0.19
HSL 287.72º 0.7% 0.48% -
HSV(B) 287.72º 0.83% 0.81% -
XYZ 28.91 14.54 60.31 -
YUV 96.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 172 36 207 0.17 0.83 0 0.19 287.72 0.7 0.48
Hex AC 24 CF 11 53 0 13 120 46 30
Octal 254 44 317 21 123 0 23 440 106 60
Binary 10101100 100100 11001111 10001 1010011 0 10011 100100000 1000110 110000

Color Harmonies of #AC24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24CF

Black with #AC24CF

Text Example


Text Example

White with #AC24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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