Html Css Color HEX #AB6194 Violet Blue

📋 copy color: '#AB6194'

red 171 ◦ green 97 ◦ blue 148

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

Shades of Violet Blue #AB6194

Tints of Violet Blue #AB6194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 41.11%
G = 23.32%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB6194 (or 0xAB6194) is known color: Violet Blue. HEX triplet: AB, 61 and 94. RGB value is (171,97,148). Sum of RGB (Red+Green+Blue) = 171+97+148=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6194 is #549E6B. Grayscale: #7C7C7C. Windows color (decimal): -5545580 or 9724331. OLE color: 9724331.

HSL color Cylindrical-coordinate representation of color #AB6194: hue angle of 318.65º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6194 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 148 -
CMYK 0 0.43 0.13 0.33
HSL 318.65º 0.31% 0.53% -
HSV(B) 318.65º 0.43% 0.67% -
XYZ 26.41 19.35 30.36 -
YUV 124.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 171 97 148 0 0.43 0.13 0.33 318.65 0.31 0.53
Hex AB 61 94 0 2B D 21 13F 1F 35
Octal 253 141 224 0 53 15 41 477 37 65
Binary 10101011 1100001 10010100 0 101011 1101 100001 100111111 11111 110101

Color Harmonies of #AB6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6194

Black with #AB6194

Text Example


Text Example

White with #AB6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6194; }

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

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

background-color css

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

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

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

border-color css

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

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

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