Html Css Color HEX #AB6CAA Violet Blue

📋 copy color: '#AB6CAA'

red 171 ◦ green 108 ◦ blue 170

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

Shades of Violet Blue #AB6CAA

Tints of Violet Blue #AB6CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 38.08%
G = 24.05%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB6CAA (or 0xAB6CAA) is known color: Violet Blue. HEX triplet: AB, 6C and AA. RGB value is (171,108,170). Sum of RGB (Red+Green+Blue) = 171+108+170=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAA is #549355. Grayscale: #858585. Windows color (decimal): -5542742 or 11168939. OLE color: 11168939.

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

Color convert

RGB 171 108 170 -
CMYK 0 0.37 0.01 0.33
HSL 300.95º 0.27% 0.55% -
HSV(B) 300.95º 0.37% 0.67% -
XYZ 29.41 22.29 40.78 -
YUV 133.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 171 108 170 0 0.37 0.01 0.33 300.95 0.27 0.55
Hex AB 6C AA 0 25 1 21 12D 1B 37
Octal 253 154 252 0 45 1 41 455 33 67
Binary 10101011 1101100 10101010 0 100101 1 100001 100101101 11011 110111

Color Harmonies of #AB6CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CAA

Black with #AB6CAA

Text Example


Text Example

White with #AB6CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CAA; }

 p { color: rgb(171,108,170); }

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

background-color css

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

 a { background-color: rgb(171,108,170); }

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

border-color css

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

 span { border-color: rgb(171,108,170); }

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