Html Css Color HEX #AC33DA Dark Orchid

📋 copy color: '#AC33DA'

red 172 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #AC33DA

Tints of Dark Orchid #AC33DA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.56%

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 39%
G = 11.56%
B = 49.43%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC33DA (or 0xAC33DA) is known color: Dark Orchid. HEX triplet: AC, 33 and DA. RGB value is (172,51,218). Sum of RGB (Red+Green+Blue) = 172+51+218=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC33DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33DA is #53CC25. Grayscale: #696969. Windows color (decimal): -5491750 or 14300076. OLE color: 14300076.

HSL color Cylindrical-coordinate representation of color #AC33DA: hue angle of 283.47º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC33DA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 51 218 -
CMYK 0.21 0.77 0 0.15
HSL 283.47º 0.69% 0.53% -
HSV(B) 283.47º 0.77% 0.85% -
XYZ 30.85 16.2 67.83 -
YUV 106.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 172 51 218 0.21 0.77 0 0.15 283.47 0.69 0.53
Hex AC 33 DA 15 4D 0 F 11B 45 35
Octal 254 63 332 25 115 0 17 433 105 65
Binary 10101100 110011 11011010 10101 1001101 0 1111 100011011 1000101 110101

Color Harmonies of #AC33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33DA

Black with #AC33DA

Text Example


Text Example

White with #AC33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33DA; }

 p { color: rgb(172,51,218); }

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

background-color css

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

 a { background-color: rgb(172,51,218); }

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

border-color css

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

 span { border-color: rgb(172,51,218); }

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