Html Css Color HEX #AA35CA Dark Orchid

📋 copy color: '#AA35CA'

red 170 ◦ green 53 ◦ blue 202

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

Shades of Dark Orchid #AA35CA

Tints of Dark Orchid #AA35CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 40%
G = 12.47%
B = 47.53%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA35CA (or 0xAA35CA) is known color: Dark Orchid. HEX triplet: AA, 35 and CA. RGB value is (170,53,202). Sum of RGB (Red+Green+Blue) = 170+53+202=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA35CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35CA is #55CA35. Grayscale: #686868. Windows color (decimal): -5622326 or 13252010. OLE color: 13252010.

HSL color Cylindrical-coordinate representation of color #AA35CA: hue angle of 287.11º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA35CA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 53 202 -
CMYK 0.16 0.74 0 0.21
HSL 287.11º 0.58% 0.5% -
HSV(B) 287.11º 0.74% 0.79% -
XYZ 28.51 15.36 57.34 -
YUV 104.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 170 53 202 0.16 0.74 0 0.21 287.11 0.58 0.5
Hex AA 35 CA 10 4A 0 15 11F 3A 32
Octal 252 65 312 20 112 0 25 437 72 62
Binary 10101010 110101 11001010 10000 1001010 0 10101 100011111 111010 110010

Color Harmonies of #AA35CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35CA

Black with #AA35CA

Text Example


Text Example

White with #AA35CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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