Html Css Color HEX #AA6FB0 Violet Blue

📋 copy color: '#AA6FB0'

red 170 ◦ green 111 ◦ blue 176

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

Shades of Violet Blue #AA6FB0

Tints of Violet Blue #AA6FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 37.2%
G = 24.29%
B = 38.51%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA6FB0 (or 0xAA6FB0) is known color: Violet Blue. HEX triplet: AA, 6F and B0. RGB value is (170,111,176). Sum of RGB (Red+Green+Blue) = 170+111+176=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA6FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FB0 is #55904F. Grayscale: #878787. Windows color (decimal): -5607504 or 11562922. OLE color: 11562922.

HSL color Cylindrical-coordinate representation of color #AA6FB0: hue angle of 294.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6FB0 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 111 176 -
CMYK 0.03 0.37 0 0.31
HSL 294.46º 0.29% 0.56% -
HSV(B) 294.46º 0.37% 0.69% -
XYZ 30.1 23.05 43.94 -
YUV 136.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 170 111 176 0.03 0.37 0 0.31 294.46 0.29 0.56
Hex AA 6F B0 3 25 0 1F 126 1D 38
Octal 252 157 260 3 45 0 37 446 35 70
Binary 10101010 1101111 10110000 11 100101 0 11111 100100110 11101 111000

Color Harmonies of #AA6FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FB0

Black with #AA6FB0

Text Example


Text Example

White with #AA6FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FB0; }

 p { color: rgb(170,111,176); }

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

background-color css

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

 a { background-color: rgb(170,111,176); }

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

border-color css

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

 span { border-color: rgb(170,111,176); }

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