Html Css Color HEX #AA1CED Blue Violet

📋 copy color: '#AA1CED'

red 170 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #AA1CED

Tints of Blue Violet #AA1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.44%

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

R = 39.08%
G = 6.44%
B = 54.48%

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

#AA1CED (or 0xAA1CED) is known color: Blue Violet. HEX triplet: AA, 1C and ED. RGB value is (170,28,237). Sum of RGB (Red+Green+Blue) = 170+28+237=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA1CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CED is #55E312. Grayscale: #5D5D5D. Windows color (decimal): -5628691 or 15539370. OLE color: 15539370.

HSL color Cylindrical-coordinate representation of color #AA1CED: hue angle of 280.77º 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 #AA1CED is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 28 237 -
CMYK 0.28 0.88 0 0.07
HSL 280.77º 0.85% 0.52% -
HSV(B) 280.77º 0.88% 0.93% -
XYZ 32.28 15.49 81.41 -
YUV 94.28 208.54 182.01 -
System Red Green Blue C M Y K H S L
Decimal 170 28 237 0.28 0.88 0 0.07 280.77 0.85 0.52
Hex AA 1C ED 1C 58 0 7 119 55 34
Octal 252 34 355 34 130 0 7 431 125 64
Binary 10101010 11100 11101101 11100 1011000 0 111 100011001 1010101 110100

Color Harmonies of #AA1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CED

Black with #AA1CED

Text Example


Text Example

White with #AA1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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