Html Css Color HEX #AC24BC Dark Orchid

📋 copy color: '#AC24BC'

red 172 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #AC24BC

Tints of Dark Orchid #AC24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 43.43%
G = 9.09%
B = 47.47%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC24BC (or 0xAC24BC) is known color: Dark Orchid. HEX triplet: AC, 24 and BC. RGB value is (172,36,188). Sum of RGB (Red+Green+Blue) = 172+36+188=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24BC is #53DB43. Grayscale: #5D5D5D. Windows color (decimal): -5495620 or 12330156. OLE color: 12330156.

HSL color Cylindrical-coordinate representation of color #AC24BC: hue angle of 293.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC24BC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 36 188 -
CMYK 0.09 0.81 0 0.26
HSL 293.68º 0.68% 0.44% -
HSV(B) 293.68º 0.81% 0.74% -
XYZ 26.72 13.66 48.81 -
YUV 93.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 172 36 188 0.09 0.81 0 0.26 293.68 0.68 0.44
Hex AC 24 BC 9 51 0 1A 126 44 2C
Octal 254 44 274 11 121 0 32 446 104 54
Binary 10101100 100100 10111100 1001 1010001 0 11010 100100110 1000100 101100

Color Harmonies of #AC24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24BC

Black with #AC24BC

Text Example


Text Example

White with #AC24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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