Html Css Color HEX #AB6FB2 Violet Blue

📋 copy color: '#AB6FB2'

red 171 ◦ green 111 ◦ blue 178

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

Shades of Violet Blue #AB6FB2

Tints of Violet Blue #AB6FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

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

R = 37.17%
G = 24.13%
B = 38.7%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB6FB2 (or 0xAB6FB2) is known color: Violet Blue. HEX triplet: AB, 6F and B2. RGB value is (171,111,178). Sum of RGB (Red+Green+Blue) = 171+111+178=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB6FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FB2 is #54904D. Grayscale: #888888. Windows color (decimal): -5541966 or 11693995. OLE color: 11693995.

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

Color convert

RGB 171 111 178 -
CMYK 0.04 0.38 0 0.30
HSL 293.73º 0.3% 0.57% -
HSV(B) 293.73º 0.38% 0.7% -
XYZ 30.51 23.24 45 -
YUV 136.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 171 111 178 0.04 0.38 0 0.30 293.73 0.3 0.57
Hex AB 6F B2 4 26 0 1E 126 1E 39
Octal 253 157 262 4 46 0 36 446 36 71
Binary 10101011 1101111 10110010 100 100110 0 11110 100100110 11110 111001

Color Harmonies of #AB6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FB2

Black with #AB6FB2

Text Example


Text Example

White with #AB6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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