Html Css Color HEX #AA69B4 Violet Blue

📋 copy color: '#AA69B4'

red 170 ◦ green 105 ◦ blue 180

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

Shades of Violet Blue #AA69B4

Tints of Violet Blue #AA69B4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

 BLUE value IS 180 (70.7% from 255) = 39.56%

R = 37.36%
G = 23.08%
B = 39.56%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA69B4 (or 0xAA69B4) is known color: Violet Blue. HEX triplet: AA, 69 and B4. RGB value is (170,105,180). Sum of RGB (Red+Green+Blue) = 170+105+180=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69B4 is #55964B. Grayscale: #848484. Windows color (decimal): -5609036 or 11823530. OLE color: 11823530.

HSL color Cylindrical-coordinate representation of color #AA69B4: hue angle of 292º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA69B4 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 105 180 -
CMYK 0.06 0.42 0 0.29
HSL 292º 0.33% 0.56% -
HSV(B) 292º 0.42% 0.71% -
XYZ 29.87 21.94 45.84 -
YUV 132.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 170 105 180 0.06 0.42 0 0.29 292 0.33 0.56
Hex AA 69 B4 6 2A 0 1D 124 21 38
Octal 252 151 264 6 52 0 35 444 41 70
Binary 10101010 1101001 10110100 110 101010 0 11101 100100100 100001 111000

Color Harmonies of #AA69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69B4

Black with #AA69B4

Text Example


Text Example

White with #AA69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69B4; }

 p { color: rgb(170,105,180); }

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

background-color css

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

 a { background-color: rgb(170,105,180); }

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

border-color css

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

 span { border-color: rgb(170,105,180); }

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