Html Css Color HEX #AD70B1 Violet Blue

📋 copy color: '#AD70B1'

red 173 ◦ green 112 ◦ blue 177

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

Shades of Violet Blue #AD70B1

Tints of Violet Blue #AD70B1

RGB

 RED value IS 173 (67.97% from 255) = 37.45%

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

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 37.45%
G = 24.24%
B = 38.31%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD70B1 (or 0xAD70B1) is known color: Violet Blue. HEX triplet: AD, 70 and B1. RGB value is (173,112,177). Sum of RGB (Red+Green+Blue) = 173+112+177=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD70B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD70B1 is #528F4E. Grayscale: #898989. Windows color (decimal): -5410639 or 11628717. OLE color: 11628717.

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

Color convert

RGB 173 112 177 -
CMYK 0.02 0.37 0 0.31
HSL 296.31º 0.29% 0.57% -
HSV(B) 296.31º 0.37% 0.69% -
XYZ 30.96 23.65 44.53 -
YUV 137.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 173 112 177 0.02 0.37 0 0.31 296.31 0.29 0.57
Hex AD 70 B1 2 25 0 1F 128 1D 39
Octal 255 160 261 2 45 0 37 450 35 71
Binary 10101101 1110000 10110001 10 100101 0 11111 100101000 11101 111001

Color Harmonies of #AD70B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70B1

Black with #AD70B1

Text Example


Text Example

White with #AD70B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70B1; }

 p { color: rgb(173,112,177); }

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

background-color css

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

 a { background-color: rgb(173,112,177); }

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

border-color css

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

 span { border-color: rgb(173,112,177); }

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