Html Css Color HEX #AB70B4 Violet Blue

📋 copy color: '#AB70B4'

red 171 ◦ green 112 ◦ blue 180

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

Shades of Violet Blue #AB70B4

Tints of Violet Blue #AB70B4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 36.93%
G = 24.19%
B = 38.88%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB70B4 (or 0xAB70B4) is known color: Violet Blue. HEX triplet: AB, 70 and B4. RGB value is (171,112,180). Sum of RGB (Red+Green+Blue) = 171+112+180=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB70B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70B4 is #548F4B. Grayscale: #898989. Windows color (decimal): -5541708 or 11825323. OLE color: 11825323.

HSL color Cylindrical-coordinate representation of color #AB70B4: hue angle of 292.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB70B4 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 112 180 -
CMYK 0.05 0.38 0 0.29
HSL 292.06º 0.31% 0.57% -
HSV(B) 292.06º 0.38% 0.71% -
XYZ 30.83 23.54 46.1 -
YUV 137.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 171 112 180 0.05 0.38 0 0.29 292.06 0.31 0.57
Hex AB 70 B4 5 26 0 1D 124 1F 39
Octal 253 160 264 5 46 0 35 444 37 71
Binary 10101011 1110000 10110100 101 100110 0 11101 100100100 11111 111001

Color Harmonies of #AB70B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70B4

Black with #AB70B4

Text Example


Text Example

White with #AB70B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70B4; }

 p { color: rgb(171,112,180); }

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

background-color css

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

 a { background-color: rgb(171,112,180); }

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

border-color css

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

 span { border-color: rgb(171,112,180); }

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