Html Css Color HEX #A668AB Violet Blue

📋 copy color: '#A668AB'

red 166 ◦ green 104 ◦ blue 171

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

Shades of Violet Blue #A668AB

Tints of Violet Blue #A668AB

RGB

 RED value IS 166 (65.23% from 255) = 37.64%

 GREEN value IS 104 (41.02% from 255) = 23.58%

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

R = 37.64%
G = 23.58%
B = 38.78%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A668AB (or 0xA668AB) is known color: Violet Blue. HEX triplet: A6, 68 and AB. RGB value is (166,104,171). Sum of RGB (Red+Green+Blue) = 166+104+171=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A668AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A668AB is #599754. Grayscale: #818181. Windows color (decimal): -5871445 or 11233446. OLE color: 11233446.

HSL color Cylindrical-coordinate representation of color #A668AB: hue angle of 295.52º degrees, saturation: 0.29, 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 #A668AB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 104 171 -
CMYK 0.03 0.39 0 0.33
HSL 295.52º 0.29% 0.54% -
HSV(B) 295.52º 0.39% 0.67% -
XYZ 28.03 20.95 41.09 -
YUV 130.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 166 104 171 0.03 0.39 0 0.33 295.52 0.29 0.54
Hex A6 68 AB 3 27 0 21 128 1D 36
Octal 246 150 253 3 47 0 41 450 35 66
Binary 10100110 1101000 10101011 11 100111 0 100001 100101000 11101 110110

Color Harmonies of #A668AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668AB

Black with #A668AB

Text Example


Text Example

White with #A668AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668AB; }

 p { color: rgb(166,104,171); }

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

background-color css

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

 a { background-color: rgb(166,104,171); }

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

border-color css

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

 span { border-color: rgb(166,104,171); }

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