Html Css Color HEX #AA34DD Dark Orchid

📋 copy color: '#AA34DD'

red 170 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #AA34DD

Tints of Dark Orchid #AA34DD

RGB

 RED value IS 170 (66.8% from 255) = 38.37%

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

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

R = 38.37%
G = 11.74%
B = 49.89%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA34DD (or 0xAA34DD) is known color: Dark Orchid. HEX triplet: AA, 34 and DD. RGB value is (170,52,221). Sum of RGB (Red+Green+Blue) = 170+52+221=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34DD is #55CB22. Grayscale: #696969. Windows color (decimal): -5622563 or 14496938. OLE color: 14496938.

HSL color Cylindrical-coordinate representation of color #AA34DD: hue angle of 281.89º 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 #AA34DD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 52 221 -
CMYK 0.23 0.76 0 0.13
HSL 281.89º 0.71% 0.54% -
HSV(B) 281.89º 0.76% 0.87% -
XYZ 30.86 16.22 69.91 -
YUV 106.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 170 52 221 0.23 0.76 0 0.13 281.89 0.71 0.54
Hex AA 34 DD 17 4C 0 D 11A 47 36
Octal 252 64 335 27 114 0 15 432 107 66
Binary 10101010 110100 11011101 10111 1001100 0 1101 100011010 1000111 110110

Color Harmonies of #AA34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34DD

Black with #AA34DD

Text Example


Text Example

White with #AA34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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