Html Css Color HEX #AD629B Violet Blue

📋 copy color: '#AD629B'

red 173 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #AD629B

Tints of Violet Blue #AD629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 40.61%
G = 23%
B = 36.38%

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

#AD629B (or 0xAD629B) is known color: Violet Blue. HEX triplet: AD, 62 and 9B. RGB value is (173,98,155). Sum of RGB (Red+Green+Blue) = 173+98+155=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629B is #529D64. Grayscale: #7E7E7E. Windows color (decimal): -5414245 or 10183341. OLE color: 10183341.

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

Color convert

RGB 173 98 155 -
CMYK 0 0.43 0.10 0.32
HSL 314.4º 0.31% 0.53% -
HSV(B) 314.4º 0.43% 0.68% -
XYZ 27.52 19.99 33.42 -
YUV 126.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 173 98 155 0 0.43 0.10 0.32 314.4 0.31 0.53
Hex AD 62 9B 0 2B A 20 13A 1F 35
Octal 255 142 233 0 53 12 40 472 37 65
Binary 10101101 1100010 10011011 0 101011 1010 100000 100111010 11111 110101

Color Harmonies of #AD629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD629B

Black with #AD629B

Text Example


Text Example

White with #AD629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD629B; }

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

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

background-color css

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

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

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

border-color css

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

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

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