Html Css Color HEX #AB78AF Violet Blue

📋 copy color: '#AB78AF'

red 171 ◦ green 120 ◦ blue 175

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

Shades of Violet Blue #AB78AF

Tints of Violet Blue #AB78AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 36.7%
G = 25.75%
B = 37.55%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB78AF (or 0xAB78AF) is known color: Violet Blue. HEX triplet: AB, 78 and AF. RGB value is (171,120,175). Sum of RGB (Red+Green+Blue) = 171+120+175=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB78AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB78AF is #548750. Grayscale: #8D8D8D. Windows color (decimal): -5539665 or 11499691. OLE color: 11499691.

HSL color Cylindrical-coordinate representation of color #AB78AF: hue angle of 295.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB78AF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 120 175 -
CMYK 0.02 0.31 0 0.31
HSL 295.64º 0.26% 0.58% -
HSV(B) 295.64º 0.31% 0.69% -
XYZ 31.25 25.19 43.77 -
YUV 141.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 171 120 175 0.02 0.31 0 0.31 295.64 0.26 0.58
Hex AB 78 AF 2 1F 0 1F 128 1A 3A
Octal 253 170 257 2 37 0 37 450 32 72
Binary 10101011 1111000 10101111 10 11111 0 11111 100101000 11010 111010

Color Harmonies of #AB78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78AF

Black with #AB78AF

Text Example


Text Example

White with #AB78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78AF; }

 p { color: rgb(171,120,175); }

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

background-color css

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

 a { background-color: rgb(171,120,175); }

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

border-color css

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

 span { border-color: rgb(171,120,175); }

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