Html Css Color HEX #AB619A Violet Blue

📋 copy color: '#AB619A'

red 171 ◦ green 97 ◦ blue 154

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

Shades of Violet Blue #AB619A

Tints of Violet Blue #AB619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 40.52%
G = 22.99%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB619A (or 0xAB619A) is known color: Violet Blue. HEX triplet: AB, 61 and 9A. RGB value is (171,97,154). Sum of RGB (Red+Green+Blue) = 171+97+154=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB619A is #549E65. Grayscale: #7D7D7D. Windows color (decimal): -5545574 or 10117547. OLE color: 10117547.

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

Color convert

RGB 171 97 154 -
CMYK 0 0.43 0.10 0.33
HSL 313.78º 0.31% 0.53% -
HSV(B) 313.78º 0.43% 0.67% -
XYZ 26.9 19.54 32.93 -
YUV 125.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 171 97 154 0 0.43 0.10 0.33 313.78 0.31 0.53
Hex AB 61 9A 0 2B A 21 13A 1F 35
Octal 253 141 232 0 53 12 41 472 37 65
Binary 10101011 1100001 10011010 0 101011 1010 100001 100111010 11111 110101

Color Harmonies of #AB619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB619A

Black with #AB619A

Text Example


Text Example

White with #AB619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB619A; }

 p { color: rgb(171,97,154); }

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

background-color css

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

 a { background-color: rgb(171,97,154); }

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

border-color css

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

 span { border-color: rgb(171,97,154); }

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