Html Css Color HEX #AA34BE Dark Orchid

📋 copy color: '#AA34BE'

red 170 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #AA34BE

Tints of Dark Orchid #AA34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 41.26%
G = 12.62%
B = 46.12%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA34BE (or 0xAA34BE) is known color: Dark Orchid. HEX triplet: AA, 34 and BE. RGB value is (170,52,190). Sum of RGB (Red+Green+Blue) = 170+52+190=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34BE is #55CB41. Grayscale: #666666. Windows color (decimal): -5622594 or 12465322. OLE color: 12465322.

HSL color Cylindrical-coordinate representation of color #AA34BE: hue angle of 291.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA34BE is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 52 190 -
CMYK 0.11 0.73 0 0.25
HSL 291.3º 0.57% 0.47% -
HSV(B) 291.3º 0.73% 0.75% -
XYZ 27.1 14.72 50.13 -
YUV 103.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 170 52 190 0.11 0.73 0 0.25 291.3 0.57 0.47
Hex AA 34 BE B 49 0 19 123 39 2F
Octal 252 64 276 13 111 0 31 443 71 57
Binary 10101010 110100 10111110 1011 1001001 0 11001 100100011 111001 101111

Color Harmonies of #AA34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34BE

Black with #AA34BE

Text Example


Text Example

White with #AA34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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