Html Css Color HEX #AA35CF Dark Orchid

📋 copy color: '#AA35CF'

red 170 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #AA35CF

Tints of Dark Orchid #AA35CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 39.53%
G = 12.33%
B = 48.14%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA35CF (or 0xAA35CF) is known color: Dark Orchid. HEX triplet: AA, 35 and CF. RGB value is (170,53,207). Sum of RGB (Red+Green+Blue) = 170+53+207=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA35CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35CF is #55CA30. Grayscale: #696969. Windows color (decimal): -5622321 or 13579690. OLE color: 13579690.

HSL color Cylindrical-coordinate representation of color #AA35CF: hue angle of 285.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA35CF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 53 207 -
CMYK 0.18 0.74 0 0.19
HSL 285.58º 0.62% 0.51% -
HSV(B) 285.58º 0.74% 0.81% -
XYZ 29.11 15.6 60.51 -
YUV 105.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 170 53 207 0.18 0.74 0 0.19 285.58 0.62 0.51
Hex AA 35 CF 12 4A 0 13 11E 3E 33
Octal 252 65 317 22 112 0 23 436 76 63
Binary 10101010 110101 11001111 10010 1001010 0 10011 100011110 111110 110011

Color Harmonies of #AA35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35CF

Black with #AA35CF

Text Example


Text Example

White with #AA35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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