Html Css Color HEX #AB6AB6 Violet Blue

📋 copy color: '#AB6AB6'

red 171 ◦ green 106 ◦ blue 182

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

Shades of Violet Blue #AB6AB6

Tints of Violet Blue #AB6AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 37.25%
G = 23.09%
B = 39.65%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB6AB6 (or 0xAB6AB6) is known color: Violet Blue. HEX triplet: AB, 6A and B6. RGB value is (171,106,182). Sum of RGB (Red+Green+Blue) = 171+106+182=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AB6 is #549549. Grayscale: #858585. Windows color (decimal): -5543242 or 11954859. OLE color: 11954859.

HSL color Cylindrical-coordinate representation of color #AB6AB6: hue angle of 291.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6AB6 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 106 182 -
CMYK 0.06 0.42 0 0.29
HSL 291.32º 0.34% 0.56% -
HSV(B) 291.32º 0.42% 0.71% -
XYZ 30.39 22.34 46.97 -
YUV 134.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 171 106 182 0.06 0.42 0 0.29 291.32 0.34 0.56
Hex AB 6A B6 6 2A 0 1D 123 22 38
Octal 253 152 266 6 52 0 35 443 42 70
Binary 10101011 1101010 10110110 110 101010 0 11101 100100011 100010 111000

Color Harmonies of #AB6AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AB6

Black with #AB6AB6

Text Example


Text Example

White with #AB6AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AB6; }

 p { color: rgb(171,106,182); }

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

background-color css

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

 a { background-color: rgb(171,106,182); }

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

border-color css

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

 span { border-color: rgb(171,106,182); }

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