Html Css Color HEX #AA35CB Dark Orchid

📋 copy color: '#AA35CB'

red 170 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #AA35CB

Tints of Dark Orchid #AA35CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 39.91%
G = 12.44%
B = 47.65%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA35CB (or 0xAA35CB) is known color: Dark Orchid. HEX triplet: AA, 35 and CB. RGB value is (170,53,203). Sum of RGB (Red+Green+Blue) = 170+53+203=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA35CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35CB is #55CA34. Grayscale: #686868. Windows color (decimal): -5622325 or 13317546. OLE color: 13317546.

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

Color convert

RGB 170 53 203 -
CMYK 0.16 0.74 0 0.20
HSL 286.8º 0.59% 0.5% -
HSV(B) 286.8º 0.74% 0.8% -
XYZ 28.63 15.4 57.96 -
YUV 105.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 170 53 203 0.16 0.74 0 0.20 286.8 0.59 0.5
Hex AA 35 CB 10 4A 0 14 11F 3B 32
Octal 252 65 313 20 112 0 24 437 73 62
Binary 10101010 110101 11001011 10000 1001010 0 10100 100011111 111011 110010

Color Harmonies of #AA35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35CB

Black with #AA35CB

Text Example


Text Example

White with #AA35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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