Html Css Color HEX #AA35BC Dark Orchid

📋 copy color: '#AA35BC'

red 170 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #AA35BC

Tints of Dark Orchid #AA35BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 41.36%
G = 12.9%
B = 45.74%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA35BC (or 0xAA35BC) is known color: Dark Orchid. HEX triplet: AA, 35 and BC. RGB value is (170,53,188). Sum of RGB (Red+Green+Blue) = 170+53+188=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA35BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35BC is #55CA43. Grayscale: #666666. Windows color (decimal): -5622340 or 12334506. OLE color: 12334506.

HSL color Cylindrical-coordinate representation of color #AA35BC: hue angle of 292º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA35BC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 53 188 -
CMYK 0.10 0.72 0 0.26
HSL 292º 0.56% 0.47% -
HSV(B) 292º 0.72% 0.74% -
XYZ 26.93 14.72 49 -
YUV 103.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 170 53 188 0.10 0.72 0 0.26 292 0.56 0.47
Hex AA 35 BC A 48 0 1A 124 38 2F
Octal 252 65 274 12 110 0 32 444 70 57
Binary 10101010 110101 10111100 1010 1001000 0 11010 100100100 111000 101111

Color Harmonies of #AA35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35BC

Black with #AA35BC

Text Example


Text Example

White with #AA35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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