Html Css Color HEX #AB669D Violet Blue

📋 copy color: '#AB669D'

red 171 ◦ green 102 ◦ blue 157

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

Shades of Violet Blue #AB669D

Tints of Violet Blue #AB669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 39.77%
G = 23.72%
B = 36.51%

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

#AB669D (or 0xAB669D) is known color: Violet Blue. HEX triplet: AB, 66 and 9D. RGB value is (171,102,157). Sum of RGB (Red+Green+Blue) = 171+102+157=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB669D is #549962. Grayscale: #808080. Windows color (decimal): -5544291 or 10315435. OLE color: 10315435.

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

Color convert

RGB 171 102 157 -
CMYK 0 0.40 0.08 0.33
HSL 312.17º 0.29% 0.54% -
HSV(B) 312.17º 0.4% 0.67% -
XYZ 27.63 20.59 34.42 -
YUV 128.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 171 102 157 0 0.40 0.08 0.33 312.17 0.29 0.54
Hex AB 66 9D 0 28 8 21 138 1D 36
Octal 253 146 235 0 50 10 41 470 35 66
Binary 10101011 1100110 10011101 0 101000 1000 100001 100111000 11101 110110

Color Harmonies of #AB669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB669D

Black with #AB669D

Text Example


Text Example

White with #AB669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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