Html Css Color HEX #AA34AF Dark Orchid

📋 copy color: '#AA34AF'

red 170 ◦ green 52 ◦ blue 175

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

Shades of Dark Orchid #AA34AF

Tints of Dark Orchid #AA34AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 42.82%
G = 13.1%
B = 44.08%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA34AF (or 0xAA34AF) is known color: Dark Orchid. HEX triplet: AA, 34 and AF. RGB value is (170,52,175). Sum of RGB (Red+Green+Blue) = 170+52+175=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AF is #55CB50. Grayscale: #646464. Windows color (decimal): -5622609 or 11482282. OLE color: 11482282.

HSL color Cylindrical-coordinate representation of color #AA34AF: hue angle of 297.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA34AF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 52 175 -
CMYK 0.03 0.70 0 0.31
HSL 297.56º 0.54% 0.45% -
HSV(B) 297.56º 0.7% 0.69% -
XYZ 25.54 14.1 41.93 -
YUV 101.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 170 52 175 0.03 0.70 0 0.31 297.56 0.54 0.45
Hex AA 34 AF 3 46 0 1F 12A 36 2D
Octal 252 64 257 3 106 0 37 452 66 55
Binary 10101010 110100 10101111 11 1000110 0 11111 100101010 110110 101101

Color Harmonies of #AA34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34AF

Black with #AA34AF

Text Example


Text Example

White with #AA34AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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