Html Css Color HEX #AD61A3 Violet Blue

📋 copy color: '#AD61A3'

red 173 ◦ green 97 ◦ blue 163

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

Shades of Violet Blue #AD61A3

Tints of Violet Blue #AD61A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.64%

R = 39.95%
G = 22.4%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD61A3 (or 0xAD61A3) is known color: Violet Blue. HEX triplet: AD, 61 and A3. RGB value is (173,97,163). Sum of RGB (Red+Green+Blue) = 173+97+163=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A3 is #529E5C. Grayscale: #7F7F7F. Windows color (decimal): -5414493 or 10707373. OLE color: 10707373.

HSL color Cylindrical-coordinate representation of color #AD61A3: hue angle of 307.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD61A3 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 163 -
CMYK 0 0.44 0.06 0.32
HSL 307.89º 0.32% 0.53% -
HSV(B) 307.89º 0.44% 0.68% -
XYZ 28.12 20.08 37.04 -
YUV 127.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 173 97 163 0 0.44 0.06 0.32 307.89 0.32 0.53
Hex AD 61 A3 0 2C 6 20 134 20 35
Octal 255 141 243 0 54 6 40 464 40 65
Binary 10101101 1100001 10100011 0 101100 110 100000 100110100 100000 110101

Color Harmonies of #AD61A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61A3

Black with #AD61A3

Text Example


Text Example

White with #AD61A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61A3; }

 p { color: rgb(173,97,163); }

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

background-color css

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

 a { background-color: rgb(173,97,163); }

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

border-color css

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

 span { border-color: rgb(173,97,163); }

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