Html Css Color HEX #A069AB Violet Blue

📋 copy color: '#A069AB'

red 160 ◦ green 105 ◦ blue 171

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

Shades of Violet Blue #A069AB

Tints of Violet Blue #A069AB

RGB

 RED value IS 160 (62.89% from 255) = 36.7%

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 36.7%
G = 24.08%
B = 39.22%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A069AB (or 0xA069AB) is known color: Violet Blue. HEX triplet: A0, 69 and AB. RGB value is (160,105,171). Sum of RGB (Red+Green+Blue) = 160+105+171=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A069AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069AB is #5F9654. Grayscale: #808080. Windows color (decimal): -6264405 or 11233696. OLE color: 11233696.

HSL color Cylindrical-coordinate representation of color #A069AB: hue angle of 290º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A069AB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 105 171 -
CMYK 0.06 0.39 0 0.33
HSL 290º 0.28% 0.54% -
HSV(B) 290º 0.39% 0.67% -
XYZ 26.9 20.52 41.07 -
YUV 128.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 160 105 171 0.06 0.39 0 0.33 290 0.28 0.54
Hex A0 69 AB 6 27 0 21 122 1C 36
Octal 240 151 253 6 47 0 41 442 34 66
Binary 10100000 1101001 10101011 110 100111 0 100001 100100010 11100 110110

Color Harmonies of #A069AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069AB

Black with #A069AB

Text Example


Text Example

White with #A069AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069AB; }

 p { color: rgb(160,105,171); }

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

background-color css

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

 a { background-color: rgb(160,105,171); }

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

border-color css

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

 span { border-color: rgb(160,105,171); }

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