Html Css Color HEX #AC33D5 Dark Orchid

📋 copy color: '#AC33D5'

red 172 ◦ green 51 ◦ blue 213

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

Shades of Dark Orchid #AC33D5

Tints of Dark Orchid #AC33D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 39.45%
G = 11.7%
B = 48.85%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC33D5 (or 0xAC33D5) is known color: Dark Orchid. HEX triplet: AC, 33 and D5. RGB value is (172,51,213). Sum of RGB (Red+Green+Blue) = 172+51+213=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC33D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33D5 is #53CC2A. Grayscale: #696969. Windows color (decimal): -5491755 or 13972396. OLE color: 13972396.

HSL color Cylindrical-coordinate representation of color #AC33D5: hue angle of 284.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC33D5 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 51 213 -
CMYK 0.19 0.76 0 0.16
HSL 284.81º 0.66% 0.52% -
HSV(B) 284.81º 0.76% 0.84% -
XYZ 30.21 15.94 64.44 -
YUV 105.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 172 51 213 0.19 0.76 0 0.16 284.81 0.66 0.52
Hex AC 33 D5 13 4C 0 10 11D 42 34
Octal 254 63 325 23 114 0 20 435 102 64
Binary 10101100 110011 11010101 10011 1001100 0 10000 100011101 1000010 110100

Color Harmonies of #AC33D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33D5

Black with #AC33D5

Text Example


Text Example

White with #AC33D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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