Html Css Color HEX #AB609C Violet Blue

📋 copy color: '#AB609C'

red 171 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #AB609C

Tints of Violet Blue #AB609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 40.43%
G = 22.7%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB609C (or 0xAB609C) is known color: Violet Blue. HEX triplet: AB, 60 and 9C. RGB value is (171,96,156). Sum of RGB (Red+Green+Blue) = 171+96+156=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB609C is #549F63. Grayscale: #7D7D7D. Windows color (decimal): -5545828 or 10248363. OLE color: 10248363.

HSL color Cylindrical-coordinate representation of color #AB609C: hue angle of 312º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB609C is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 156 -
CMYK 0 0.44 0.09 0.33
HSL 312º 0.31% 0.52% -
HSV(B) 312º 0.44% 0.67% -
XYZ 26.98 19.42 33.78 -
YUV 125.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 171 96 156 0 0.44 0.09 0.33 312 0.31 0.52
Hex AB 60 9C 0 2C 9 21 138 1F 34
Octal 253 140 234 0 54 11 41 470 37 64
Binary 10101011 1100000 10011100 0 101100 1001 100001 100111000 11111 110100

Color Harmonies of #AB609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB609C

Black with #AB609C

Text Example


Text Example

White with #AB609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB609C; }

 p { color: rgb(171,96,156); }

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

background-color css

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

 a { background-color: rgb(171,96,156); }

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

border-color css

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

 span { border-color: rgb(171,96,156); }

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