Html Css Color HEX #AD61A4 Violet Blue

📋 copy color: '#AD61A4'

red 173 ◦ green 97 ◦ blue 164

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

Shades of Violet Blue #AD61A4

Tints of Violet Blue #AD61A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 39.86%
G = 22.35%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD61A4 (or 0xAD61A4) is known color: Violet Blue. HEX triplet: AD, 61 and A4. RGB value is (173,97,164). Sum of RGB (Red+Green+Blue) = 173+97+164=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A4 is #529E5B. Grayscale: #7F7F7F. Windows color (decimal): -5414492 or 10772909. OLE color: 10772909.

HSL color Cylindrical-coordinate representation of color #AD61A4: hue angle of 307.11º 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 #AD61A4 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 164 -
CMYK 0 0.44 0.05 0.32
HSL 307.11º 0.32% 0.53% -
HSV(B) 307.11º 0.44% 0.68% -
XYZ 28.21 20.11 37.52 -
YUV 127.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 173 97 164 0 0.44 0.05 0.32 307.11 0.32 0.53
Hex AD 61 A4 0 2C 5 20 133 20 35
Octal 255 141 244 0 54 5 40 463 40 65
Binary 10101101 1100001 10100100 0 101100 101 100000 100110011 100000 110101

Color Harmonies of #AD61A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61A4

Black with #AD61A4

Text Example


Text Example

White with #AD61A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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