Html Css Color HEX #AB669E Violet Blue

📋 copy color: '#AB669E'

red 171 ◦ green 102 ◦ blue 158

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

Shades of Violet Blue #AB669E

Tints of Violet Blue #AB669E

RGB

 RED value IS 171 (67.19% from 255) = 39.68%

 GREEN value IS 102 (40.23% from 255) = 23.67%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 39.68%
G = 23.67%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB669E (or 0xAB669E) is known color: Violet Blue. HEX triplet: AB, 66 and 9E. RGB value is (171,102,158). Sum of RGB (Red+Green+Blue) = 171+102+158=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669E is #549961. Grayscale: #808080. Windows color (decimal): -5544290 or 10380971. OLE color: 10380971.

HSL color Cylindrical-coordinate representation of color #AB669E: hue angle of 311.3º 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 #AB669E is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 158 -
CMYK 0 0.40 0.08 0.33
HSL 311.3º 0.29% 0.54% -
HSV(B) 311.3º 0.4% 0.67% -
XYZ 27.72 20.63 34.87 -
YUV 129.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 171 102 158 0 0.40 0.08 0.33 311.3 0.29 0.54
Hex AB 66 9E 0 28 8 21 137 1D 36
Octal 253 146 236 0 50 10 41 467 35 66
Binary 10101011 1100110 10011110 0 101000 1000 100001 100110111 11101 110110

Color Harmonies of #AB669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB669E

Black with #AB669E

Text Example


Text Example

White with #AB669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB669E; }

 p { color: rgb(171,102,158); }

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

background-color css

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

 a { background-color: rgb(171,102,158); }

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

border-color css

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

 span { border-color: rgb(171,102,158); }

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