Html Css Color HEX #AA35DB Dark Orchid

📋 copy color: '#AA35DB'

red 170 ◦ green 53 ◦ blue 219

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

Shades of Dark Orchid #AA35DB

Tints of Dark Orchid #AA35DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 38.46%
G = 11.99%
B = 49.55%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA35DB (or 0xAA35DB) is known color: Dark Orchid. HEX triplet: AA, 35 and DB. RGB value is (170,53,219). Sum of RGB (Red+Green+Blue) = 170+53+219=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA35DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35DB is #55CA24. Grayscale: #6A6A6A. Windows color (decimal): -5622309 or 14366122. OLE color: 14366122.

HSL color Cylindrical-coordinate representation of color #AA35DB: hue angle of 282.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA35DB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 53 219 -
CMYK 0.22 0.76 0 0.14
HSL 282.29º 0.7% 0.53% -
HSV(B) 282.29º 0.76% 0.86% -
XYZ 30.64 16.21 68.53 -
YUV 106.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 170 53 219 0.22 0.76 0 0.14 282.29 0.7 0.53
Hex AA 35 DB 16 4C 0 E 11A 46 35
Octal 252 65 333 26 114 0 16 432 106 65
Binary 10101010 110101 11011011 10110 1001100 0 1110 100011010 1000110 110101

Color Harmonies of #AA35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35DB

Black with #AA35DB

Text Example


Text Example

White with #AA35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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