Html Css Color HEX #AD629C Violet Blue

📋 copy color: '#AD629C'

red 173 ◦ green 98 ◦ blue 156

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

Shades of Violet Blue #AD629C

Tints of Violet Blue #AD629C

RGB

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

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

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

R = 40.52%
G = 22.95%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD629C (or 0xAD629C) is known color: Violet Blue. HEX triplet: AD, 62 and 9C. RGB value is (173,98,156). Sum of RGB (Red+Green+Blue) = 173+98+156=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629C is #529D63. Grayscale: #7E7E7E. Windows color (decimal): -5414244 or 10248877. OLE color: 10248877.

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

Color convert

RGB 173 98 156 -
CMYK 0 0.43 0.10 0.32
HSL 313.6º 0.31% 0.53% -
HSV(B) 313.6º 0.43% 0.68% -
XYZ 27.6 20.02 33.86 -
YUV 127.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 173 98 156 0 0.43 0.10 0.32 313.6 0.31 0.53
Hex AD 62 9C 0 2B A 20 13A 1F 35
Octal 255 142 234 0 53 12 40 472 37 65
Binary 10101101 1100010 10011100 0 101011 1010 100000 100111010 11111 110101

Color Harmonies of #AD629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD629C

Black with #AD629C

Text Example


Text Example

White with #AD629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD629C; }

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

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

background-color css

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

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

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

border-color css

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

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

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