Html Css Color HEX #AD619C Violet Blue

📋 copy color: '#AD619C'

red 173 ◦ green 97 ◦ blue 156

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

Shades of Violet Blue #AD619C

Tints of Violet Blue #AD619C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 40.61%
G = 22.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD619C (or 0xAD619C) is known color: Violet Blue. HEX triplet: AD, 61 and 9C. RGB value is (173,97,156). Sum of RGB (Red+Green+Blue) = 173+97+156=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD619C is #529E63. Grayscale: #7E7E7E. Windows color (decimal): -5414500 or 10248621. OLE color: 10248621.

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

Color convert

RGB 173 97 156 -
CMYK 0 0.44 0.10 0.32
HSL 313.42º 0.32% 0.53% -
HSV(B) 313.42º 0.44% 0.68% -
XYZ 27.51 19.83 33.83 -
YUV 126.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 173 97 156 0 0.44 0.10 0.32 313.42 0.32 0.53
Hex AD 61 9C 0 2C A 20 139 20 35
Octal 255 141 234 0 54 12 40 471 40 65
Binary 10101101 1100001 10011100 0 101100 1010 100000 100111001 100000 110101

Color Harmonies of #AD619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD619C

Black with #AD619C

Text Example


Text Example

White with #AD619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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