Html Css Color HEX #A667AB Violet Blue

📋 copy color: '#A667AB'

red 166 ◦ green 103 ◦ blue 171

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

Shades of Violet Blue #A667AB

Tints of Violet Blue #A667AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

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

R = 37.73%
G = 23.41%
B = 38.86%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A667AB (or 0xA667AB) is known color: Violet Blue. HEX triplet: A6, 67 and AB. RGB value is (166,103,171). Sum of RGB (Red+Green+Blue) = 166+103+171=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A667AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667AB is #599854. Grayscale: #818181. Windows color (decimal): -5871701 or 11233190. OLE color: 11233190.

HSL color Cylindrical-coordinate representation of color #A667AB: hue angle of 295.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A667AB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 103 171 -
CMYK 0.03 0.40 0 0.33
HSL 295.59º 0.29% 0.54% -
HSV(B) 295.59º 0.4% 0.67% -
XYZ 27.93 20.75 41.06 -
YUV 129.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 166 103 171 0.03 0.40 0 0.33 295.59 0.29 0.54
Hex A6 67 AB 3 28 0 21 128 1D 36
Octal 246 147 253 3 50 0 41 450 35 66
Binary 10100110 1100111 10101011 11 101000 0 100001 100101000 11101 110110

Color Harmonies of #A667AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A667AB

Black with #A667AB

Text Example


Text Example

White with #A667AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A667AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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