Html Css Color HEX #AD629F Violet Blue

📋 copy color: '#AD629F'

red 173 ◦ green 98 ◦ blue 159

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

Shades of Violet Blue #AD629F

Tints of Violet Blue #AD629F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 40.23%
G = 22.79%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD629F (or 0xAD629F) is known color: Violet Blue. HEX triplet: AD, 62 and 9F. RGB value is (173,98,159). Sum of RGB (Red+Green+Blue) = 173+98+159=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629F is #529D60. Grayscale: #7F7F7F. Windows color (decimal): -5414241 or 10445485. OLE color: 10445485.

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

Color convert

RGB 173 98 159 -
CMYK 0 0.43 0.08 0.32
HSL 311.2º 0.31% 0.53% -
HSV(B) 311.2º 0.43% 0.68% -
XYZ 27.86 20.12 35.22 -
YUV 127.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 173 98 159 0 0.43 0.08 0.32 311.2 0.31 0.53
Hex AD 62 9F 0 2B 8 20 137 1F 35
Octal 255 142 237 0 53 10 40 467 37 65
Binary 10101101 1100010 10011111 0 101011 1000 100000 100110111 11111 110101

Color Harmonies of #AD629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD629F

Black with #AD629F

Text Example


Text Example

White with #AD629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD629F; }

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

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

background-color css

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

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

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

border-color css

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

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

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