Html Css Color HEX #AA35CE Dark Orchid

📋 copy color: '#AA35CE'

red 170 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #AA35CE

Tints of Dark Orchid #AA35CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 39.63%
G = 12.35%
B = 48.02%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA35CE (or 0xAA35CE) is known color: Dark Orchid. HEX triplet: AA, 35 and CE. RGB value is (170,53,206). Sum of RGB (Red+Green+Blue) = 170+53+206=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35CE is #55CA31. Grayscale: #686868. Windows color (decimal): -5622322 or 13514154. OLE color: 13514154.

HSL color Cylindrical-coordinate representation of color #AA35CE: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA35CE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 53 206 -
CMYK 0.17 0.74 0 0.19
HSL 285.88º 0.61% 0.51% -
HSV(B) 285.88º 0.74% 0.81% -
XYZ 28.99 15.55 59.87 -
YUV 105.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 170 53 206 0.17 0.74 0 0.19 285.88 0.61 0.51
Hex AA 35 CE 11 4A 0 13 11E 3D 33
Octal 252 65 316 21 112 0 23 436 75 63
Binary 10101010 110101 11001110 10001 1001010 0 10011 100011110 111101 110011

Color Harmonies of #AA35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35CE

Black with #AA35CE

Text Example


Text Example

White with #AA35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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