Html Css Color HEX #AD629D Violet Blue

📋 copy color: '#AD629D'

red 173 ◦ green 98 ◦ blue 157

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

Shades of Violet Blue #AD629D

Tints of Violet Blue #AD629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 40.42%
G = 22.9%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD629D (or 0xAD629D) is known color: Violet Blue. HEX triplet: AD, 62 and 9D. RGB value is (173,98,157). Sum of RGB (Red+Green+Blue) = 173+98+157=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629D is #529D62. Grayscale: #7E7E7E. Windows color (decimal): -5414243 or 10314413. OLE color: 10314413.

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

Color convert

RGB 173 98 157 -
CMYK 0 0.43 0.09 0.32
HSL 312.8º 0.31% 0.53% -
HSV(B) 312.8º 0.43% 0.68% -
XYZ 27.69 20.05 34.31 -
YUV 127.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 173 98 157 0 0.43 0.09 0.32 312.8 0.31 0.53
Hex AD 62 9D 0 2B 9 20 139 1F 35
Octal 255 142 235 0 53 11 40 471 37 65
Binary 10101101 1100010 10011101 0 101011 1001 100000 100111001 11111 110101

Color Harmonies of #AD629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD629D

Black with #AD629D

Text Example


Text Example

White with #AD629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD629D; }

 p { color: rgb(173,98,157); }

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

background-color css

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

 a { background-color: rgb(173,98,157); }

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

border-color css

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

 span { border-color: rgb(173,98,157); }

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