Html Css Color HEX #AB6DA2 Violet Blue

📋 copy color: '#AB6DA2'

red 171 ◦ green 109 ◦ blue 162

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

Shades of Violet Blue #AB6DA2

Tints of Violet Blue #AB6DA2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 38.69%
G = 24.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB6DA2 (or 0xAB6DA2) is known color: Violet Blue. HEX triplet: AB, 6D and A2. RGB value is (171,109,162). Sum of RGB (Red+Green+Blue) = 171+109+162=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DA2 is #54925D. Grayscale: #858585. Windows color (decimal): -5542494 or 10644907. OLE color: 10644907.

HSL color Cylindrical-coordinate representation of color #AB6DA2: hue angle of 308.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6DA2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 109 162 -
CMYK 0 0.36 0.05 0.33
HSL 308.71º 0.27% 0.55% -
HSV(B) 308.71º 0.36% 0.67% -
XYZ 28.78 22.2 36.95 -
YUV 133.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 171 109 162 0 0.36 0.05 0.33 308.71 0.27 0.55
Hex AB 6D A2 0 24 5 21 135 1B 37
Octal 253 155 242 0 44 5 41 465 33 67
Binary 10101011 1101101 10100010 0 100100 101 100001 100110101 11011 110111

Color Harmonies of #AB6DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DA2

Black with #AB6DA2

Text Example


Text Example

White with #AB6DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DA2; }

 p { color: rgb(171,109,162); }

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

background-color css

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

 a { background-color: rgb(171,109,162); }

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

border-color css

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

 span { border-color: rgb(171,109,162); }

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