Html Css Color HEX #AA35DF Dark Orchid

📋 copy color: '#AA35DF'

red 170 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #AA35DF

Tints of Dark Orchid #AA35DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 38.12%
G = 11.88%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA35DF (or 0xAA35DF) is known color: Dark Orchid. HEX triplet: AA, 35 and DF. RGB value is (170,53,223). Sum of RGB (Red+Green+Blue) = 170+53+223=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA35DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35DF is #55CA20. Grayscale: #6A6A6A. Windows color (decimal): -5622305 or 14628266. OLE color: 14628266.

HSL color Cylindrical-coordinate representation of color #AA35DF: hue angle of 281.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA35DF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 53 223 -
CMYK 0.24 0.76 0 0.13
HSL 281.29º 0.73% 0.54% -
HSV(B) 281.29º 0.76% 0.87% -
XYZ 31.17 16.42 71.34 -
YUV 107.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 170 53 223 0.24 0.76 0 0.13 281.29 0.73 0.54
Hex AA 35 DF 18 4C 0 D 119 49 36
Octal 252 65 337 30 114 0 15 431 111 66
Binary 10101010 110101 11011111 11000 1001100 0 1101 100011001 1001001 110110

Color Harmonies of #AA35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35DF

Black with #AA35DF

Text Example


Text Example

White with #AA35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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