Html Css Color HEX #AD629A Violet Blue

📋 copy color: '#AD629A'

red 173 ◦ green 98 ◦ blue 154

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

Shades of Violet Blue #AD629A

Tints of Violet Blue #AD629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 40.71%
G = 23.06%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD629A (or 0xAD629A) is known color: Violet Blue. HEX triplet: AD, 62 and 9A. RGB value is (173,98,154). Sum of RGB (Red+Green+Blue) = 173+98+154=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629A is #529D65. Grayscale: #7E7E7E. Windows color (decimal): -5414246 or 10117805. OLE color: 10117805.

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

Color convert

RGB 173 98 154 -
CMYK 0 0.43 0.11 0.32
HSL 315.2º 0.31% 0.53% -
HSV(B) 315.2º 0.43% 0.68% -
XYZ 27.43 19.95 32.98 -
YUV 126.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 173 98 154 0 0.43 0.11 0.32 315.2 0.31 0.53
Hex AD 62 9A 0 2B B 20 13B 1F 35
Octal 255 142 232 0 53 13 40 473 37 65
Binary 10101101 1100010 10011010 0 101011 1011 100000 100111011 11111 110101

Color Harmonies of #AD629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD629A

Black with #AD629A

Text Example


Text Example

White with #AD629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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