Html Css Color HEX #AD429B Violet Blue

📋 copy color: '#AD429B'

red 173 ◦ green 66 ◦ blue 155

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

Shades of Violet Blue #AD429B

Tints of Violet Blue #AD429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.75%

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

R = 43.91%
G = 16.75%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD429B (or 0xAD429B) is known color: Violet Blue. HEX triplet: AD, 42 and 9B. RGB value is (173,66,155). Sum of RGB (Red+Green+Blue) = 173+66+155=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD429B is #52BD64. Grayscale: #6B6B6B. Windows color (decimal): -5422437 or 10175149. OLE color: 10175149.

HSL color Cylindrical-coordinate representation of color #AD429B: hue angle of 310.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD429B is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 155 -
CMYK 0 0.62 0.10 0.32
HSL 310.09º 0.45% 0.47% -
HSV(B) 310.09º 0.62% 0.68% -
XYZ 25.1 15.15 32.61 -
YUV 108.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 173 66 155 0 0.62 0.10 0.32 310.09 0.45 0.47
Hex AD 42 9B 0 3E A 20 136 2D 2F
Octal 255 102 233 0 76 12 40 466 55 57
Binary 10101101 1000010 10011011 0 111110 1010 100000 100110110 101101 101111

Color Harmonies of #AD429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD429B

Black with #AD429B

Text Example


Text Example

White with #AD429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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