Html Css Color HEX #AA10CF Dark Violet

📋 copy color: '#AA10CF'

red 170 ◦ green 16 ◦ blue 207

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

Shades of Dark Violet #AA10CF

Tints of Dark Violet #AA10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.07%

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

R = 43.26%
G = 4.07%
B = 52.67%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA10CF (or 0xAA10CF) is known color: Dark Violet. HEX triplet: AA, 10 and CF. RGB value is (170,16,207). Sum of RGB (Red+Green+Blue) = 170+16+207=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA10CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10CF is #55EF30. Grayscale: #535353. Windows color (decimal): -5631793 or 13570218. OLE color: 13570218.

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

Color convert

RGB 170 16 207 -
CMYK 0.18 0.92 0 0.19
HSL 288.38º 0.86% 0.44% -
HSV(B) 288.38º 0.92% 0.81% -
XYZ 28.03 13.42 60.15 -
YUV 83.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 170 16 207 0.18 0.92 0 0.19 288.38 0.86 0.44
Hex AA 10 CF 12 5C 0 13 120 56 2C
Octal 252 20 317 22 134 0 23 440 126 54
Binary 10101010 10000 11001111 10010 1011100 0 10011 100100000 1010110 101100

Color Harmonies of #AA10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10CF

Black with #AA10CF

Text Example


Text Example

White with #AA10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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