Html Css Color HEX #AB6498 Violet Blue

📋 copy color: '#AB6498'

red 171 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #AB6498

Tints of Violet Blue #AB6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 40.43%
G = 23.64%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB6498 (or 0xAB6498) is known color: Violet Blue. HEX triplet: AB, 64 and 98. RGB value is (171,100,152). Sum of RGB (Red+Green+Blue) = 171+100+152=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6498 is #549B67. Grayscale: #7F7F7F. Windows color (decimal): -5544808 or 9987243. OLE color: 9987243.

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

Color convert

RGB 171 100 152 -
CMYK 0 0.42 0.11 0.33
HSL 316.06º 0.3% 0.53% -
HSV(B) 316.06º 0.42% 0.67% -
XYZ 27.02 20.04 32.15 -
YUV 127.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 171 100 152 0 0.42 0.11 0.33 316.06 0.3 0.53
Hex AB 64 98 0 2A B 21 13C 1E 35
Octal 253 144 230 0 52 13 41 474 36 65
Binary 10101011 1100100 10011000 0 101010 1011 100001 100111100 11110 110101

Color Harmonies of #AB6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6498

Black with #AB6498

Text Example


Text Example

White with #AB6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6498; }

 p { color: rgb(171,100,152); }

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

background-color css

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

 a { background-color: rgb(171,100,152); }

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

border-color css

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

 span { border-color: rgb(171,100,152); }

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