Html Css Color HEX #AA34BF Dark Orchid

📋 copy color: '#AA34BF'

red 170 ◦ green 52 ◦ blue 191

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

Shades of Dark Orchid #AA34BF

Tints of Dark Orchid #AA34BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 41.16%
G = 12.59%
B = 46.25%

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

#AA34BF (or 0xAA34BF) is known color: Dark Orchid. HEX triplet: AA, 34 and BF. RGB value is (170,52,191). Sum of RGB (Red+Green+Blue) = 170+52+191=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA34BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34BF is #55CB40. Grayscale: #666666. Windows color (decimal): -5622593 or 12530858. OLE color: 12530858.

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

Color convert

RGB 170 52 191 -
CMYK 0.11 0.73 0 0.25
HSL 290.94º 0.57% 0.48% -
HSV(B) 290.94º 0.73% 0.75% -
XYZ 27.21 14.76 50.71 -
YUV 103.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 170 52 191 0.11 0.73 0 0.25 290.94 0.57 0.48
Hex AA 34 BF B 49 0 19 123 39 30
Octal 252 64 277 13 111 0 31 443 71 60
Binary 10101010 110100 10111111 1011 1001001 0 11001 100100011 111001 110000

Color Harmonies of #AA34BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34BF

Black with #AA34BF

Text Example


Text Example

White with #AA34BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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