Html Css Color HEX #AB55B3 Violet Blue

📋 copy color: '#AB55B3'

red 171 ◦ green 85 ◦ blue 179

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

Shades of Violet Blue #AB55B3

Tints of Violet Blue #AB55B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

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

R = 39.31%
G = 19.54%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB55B3 (or 0xAB55B3) is known color: Violet Blue. HEX triplet: AB, 55 and B3. RGB value is (171,85,179). Sum of RGB (Red+Green+Blue) = 171+85+179=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB55B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55B3 is #54AA4C. Grayscale: #797979. Windows color (decimal): -5548621 or 11752875. OLE color: 11752875.

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

Color convert

RGB 171 85 179 -
CMYK 0.04 0.53 0 0.30
HSL 294.89º 0.38% 0.52% -
HSV(B) 294.89º 0.53% 0.7% -
XYZ 28.18 18.41 44.72 -
YUV 121.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 171 85 179 0.04 0.53 0 0.30 294.89 0.38 0.52
Hex AB 55 B3 4 35 0 1E 127 26 34
Octal 253 125 263 4 65 0 36 447 46 64
Binary 10101011 1010101 10110011 100 110101 0 11110 100100111 100110 110100

Color Harmonies of #AB55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55B3

Black with #AB55B3

Text Example


Text Example

White with #AB55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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