Html Css Color HEX #AA1DED Blue Violet

📋 copy color: '#AA1DED'

red 170 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #AA1DED

Tints of Blue Violet #AA1DED

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.65%

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 38.99%
G = 6.65%
B = 54.36%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA1DED (or 0xAA1DED) is known color: Blue Violet. HEX triplet: AA, 1D and ED. RGB value is (170,29,237). Sum of RGB (Red+Green+Blue) = 170+29+237=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA1DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DED is #55E212. Grayscale: #5E5E5E. Windows color (decimal): -5628435 or 15539626. OLE color: 15539626.

HSL color Cylindrical-coordinate representation of color #AA1DED: hue angle of 280.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1DED is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 29 237 -
CMYK 0.28 0.88 0 0.07
HSL 280.67º 0.85% 0.52% -
HSV(B) 280.67º 0.88% 0.93% -
XYZ 32.3 15.54 81.42 -
YUV 94.87 208.21 181.59 -
System Red Green Blue C M Y K H S L
Decimal 170 29 237 0.28 0.88 0 0.07 280.67 0.85 0.52
Hex AA 1D ED 1C 58 0 7 119 55 34
Octal 252 35 355 34 130 0 7 431 125 64
Binary 10101010 11101 11101101 11100 1011000 0 111 100011001 1010101 110100

Color Harmonies of #AA1DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DED

Black with #AA1DED

Text Example


Text Example

White with #AA1DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DED; }

 p { color: rgb(170,29,237); }

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

background-color css

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

 a { background-color: rgb(170,29,237); }

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

border-color css

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

 span { border-color: rgb(170,29,237); }

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