Html Css Color HEX #AA34BA Dark Orchid

📋 copy color: '#AA34BA'

red 170 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #AA34BA

Tints of Dark Orchid #AA34BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 41.67%
G = 12.75%
B = 45.59%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA34BA (or 0xAA34BA) is known color: Dark Orchid. HEX triplet: AA, 34 and BA. RGB value is (170,52,186). Sum of RGB (Red+Green+Blue) = 170+52+186=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34BA is #55CB45. Grayscale: #666666. Windows color (decimal): -5622598 or 12203178. OLE color: 12203178.

HSL color Cylindrical-coordinate representation of color #AA34BA: hue angle of 292.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA34BA is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 52 186 -
CMYK 0.09 0.72 0 0.27
HSL 292.84º 0.56% 0.47% -
HSV(B) 292.84º 0.72% 0.73% -
XYZ 26.67 14.55 47.86 -
YUV 102.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 170 52 186 0.09 0.72 0 0.27 292.84 0.56 0.47
Hex AA 34 BA 9 48 0 1B 125 38 2F
Octal 252 64 272 11 110 0 33 445 70 57
Binary 10101010 110100 10111010 1001 1001000 0 11011 100100101 111000 101111

Color Harmonies of #AA34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34BA

Black with #AA34BA

Text Example


Text Example

White with #AA34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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