Html Css Color HEX #AB61B2 Violet Blue

📋 copy color: '#AB61B2'

red 171 ◦ green 97 ◦ blue 178

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

Shades of Violet Blue #AB61B2

Tints of Violet Blue #AB61B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 38.34%
G = 21.75%
B = 39.91%

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

#AB61B2 (or 0xAB61B2) is known color: Violet Blue. HEX triplet: AB, 61 and B2. RGB value is (171,97,178). Sum of RGB (Red+Green+Blue) = 171+97+178=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB61B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61B2 is #549E4D. Grayscale: #808080. Windows color (decimal): -5545550 or 11690411. OLE color: 11690411.

HSL color Cylindrical-coordinate representation of color #AB61B2: hue angle of 294.81º degrees, saturation: 0.34, 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 #AB61B2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 97 178 -
CMYK 0.04 0.46 0 0.30
HSL 294.81º 0.34% 0.54% -
HSV(B) 294.81º 0.46% 0.7% -
XYZ 29.11 20.42 44.53 -
YUV 128.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 171 97 178 0.04 0.46 0 0.30 294.81 0.34 0.54
Hex AB 61 B2 4 2E 0 1E 127 22 36
Octal 253 141 262 4 56 0 36 447 42 66
Binary 10101011 1100001 10110010 100 101110 0 11110 100100111 100010 110110

Color Harmonies of #AB61B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61B2

Black with #AB61B2

Text Example


Text Example

White with #AB61B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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