Html Css Color HEX #AA34DB Dark Orchid

📋 copy color: '#AA34DB'

red 170 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #AA34DB

Tints of Dark Orchid #AA34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 38.55%
G = 11.79%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA34DB (or 0xAA34DB) is known color: Dark Orchid. HEX triplet: AA, 34 and DB. RGB value is (170,52,219). Sum of RGB (Red+Green+Blue) = 170+52+219=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA34DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34DB is #55CB24. Grayscale: #696969. Windows color (decimal): -5622565 or 14365866. OLE color: 14365866.

HSL color Cylindrical-coordinate representation of color #AA34DB: hue angle of 282.4º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA34DB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 52 219 -
CMYK 0.22 0.76 0 0.14
HSL 282.4º 0.7% 0.53% -
HSV(B) 282.4º 0.76% 0.86% -
XYZ 30.59 16.12 68.52 -
YUV 106.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 170 52 219 0.22 0.76 0 0.14 282.4 0.7 0.53
Hex AA 34 DB 16 4C 0 E 11A 46 35
Octal 252 64 333 26 114 0 16 432 106 65
Binary 10101010 110100 11011011 10110 1001100 0 1110 100011010 1000110 110101

Color Harmonies of #AA34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34DB

Black with #AA34DB

Text Example


Text Example

White with #AA34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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