Html Css Color HEX #AB609D Violet Blue

📋 copy color: '#AB609D'

red 171 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #AB609D

Tints of Violet Blue #AB609D

RGB

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

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

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

R = 40.33%
G = 22.64%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB609D (or 0xAB609D) is known color: Violet Blue. HEX triplet: AB, 60 and 9D. RGB value is (171,96,157). Sum of RGB (Red+Green+Blue) = 171+96+157=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB609D is #549F62. Grayscale: #7D7D7D. Windows color (decimal): -5545827 or 10313899. OLE color: 10313899.

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

Color convert

RGB 171 96 157 -
CMYK 0 0.44 0.08 0.33
HSL 311.2º 0.31% 0.52% -
HSV(B) 311.2º 0.44% 0.67% -
XYZ 27.06 19.46 34.23 -
YUV 125.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 171 96 157 0 0.44 0.08 0.33 311.2 0.31 0.52
Hex AB 60 9D 0 2C 8 21 137 1F 34
Octal 253 140 235 0 54 10 41 467 37 64
Binary 10101011 1100000 10011101 0 101100 1000 100001 100110111 11111 110100

Color Harmonies of #AB609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB609D

Black with #AB609D

Text Example


Text Example

White with #AB609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB609D; }

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

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

background-color css

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

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

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

border-color css

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

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

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