Html Css Color HEX #AC34DD Dark Orchid

📋 copy color: '#AC34DD'

red 172 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #AC34DD

Tints of Dark Orchid #AC34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.69%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 38.65%
G = 11.69%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC34DD (or 0xAC34DD) is known color: Dark Orchid. HEX triplet: AC, 34 and DD. RGB value is (172,52,221). Sum of RGB (Red+Green+Blue) = 172+52+221=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34DD is #53CB22. Grayscale: #6A6A6A. Windows color (decimal): -5491491 or 14496940. OLE color: 14496940.

HSL color Cylindrical-coordinate representation of color #AC34DD: hue angle of 282.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC34DD is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 52 221 -
CMYK 0.22 0.76 0 0.13
HSL 282.6º 0.71% 0.54% -
HSV(B) 282.6º 0.76% 0.87% -
XYZ 31.29 16.45 69.93 -
YUV 107.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 172 52 221 0.22 0.76 0 0.13 282.6 0.71 0.54
Hex AC 34 DD 16 4C 0 D 11B 47 36
Octal 254 64 335 26 114 0 15 433 107 66
Binary 10101100 110100 11011101 10110 1001100 0 1101 100011011 1000111 110110

Color Harmonies of #AC34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34DD

Black with #AC34DD

Text Example


Text Example

White with #AC34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34DD; }

 p { color: rgb(172,52,221); }

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

background-color css

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

 a { background-color: rgb(172,52,221); }

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

border-color css

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

 span { border-color: rgb(172,52,221); }

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