Html Css Color HEX #AB61B3 Violet Blue

📋 copy color: '#AB61B3'

red 171 ◦ green 97 ◦ blue 179

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

Shades of Violet Blue #AB61B3

Tints of Violet Blue #AB61B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 38.26%
G = 21.7%
B = 40.04%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB61B3 (or 0xAB61B3) is known color: Violet Blue. HEX triplet: AB, 61 and B3. RGB value is (171,97,179). Sum of RGB (Red+Green+Blue) = 171+97+179=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB61B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61B3 is #549E4C. Grayscale: #808080. Windows color (decimal): -5545549 or 11755947. OLE color: 11755947.

HSL color Cylindrical-coordinate representation of color #AB61B3: hue angle of 294.15º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB61B3 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 97 179 -
CMYK 0.04 0.46 0 0.30
HSL 294.15º 0.35% 0.54% -
HSV(B) 294.15º 0.46% 0.7% -
XYZ 29.21 20.46 45.06 -
YUV 128.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 171 97 179 0.04 0.46 0 0.30 294.15 0.35 0.54
Hex AB 61 B3 4 2E 0 1E 126 23 36
Octal 253 141 263 4 56 0 36 446 43 66
Binary 10101011 1100001 10110011 100 101110 0 11110 100100110 100011 110110

Color Harmonies of #AB61B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61B3

Black with #AB61B3

Text Example


Text Example

White with #AB61B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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