Html Css Color HEX #AA35BA Dark Orchid

📋 copy color: '#AA35BA'

red 170 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #AA35BA

Tints of Dark Orchid #AA35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.96%

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

R = 41.56%
G = 12.96%
B = 45.48%

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

#AA35BA (or 0xAA35BA) is known color: Dark Orchid. HEX triplet: AA, 35 and BA. RGB value is (170,53,186). Sum of RGB (Red+Green+Blue) = 170+53+186=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35BA is #55CA45. Grayscale: #666666. Windows color (decimal): -5622342 or 12203434. OLE color: 12203434.

HSL color Cylindrical-coordinate representation of color #AA35BA: hue angle of 292.78º 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 #AA35BA is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 53 186 -
CMYK 0.09 0.72 0 0.27
HSL 292.78º 0.56% 0.47% -
HSV(B) 292.78º 0.72% 0.73% -
XYZ 26.71 14.64 47.87 -
YUV 103.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 170 53 186 0.09 0.72 0 0.27 292.78 0.56 0.47
Hex AA 35 BA 9 48 0 1B 125 38 2F
Octal 252 65 272 11 110 0 33 445 70 57
Binary 10101010 110101 10111010 1001 1001000 0 11011 100100101 111000 101111

Color Harmonies of #AA35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35BA

Black with #AA35BA

Text Example


Text Example

White with #AA35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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