Html Css Color HEX #AD429E Violet Blue

📋 copy color: '#AD429E'

red 173 ◦ green 66 ◦ blue 158

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

Shades of Violet Blue #AD429E

Tints of Violet Blue #AD429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 43.58%
G = 16.62%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD429E (or 0xAD429E) is known color: Violet Blue. HEX triplet: AD, 42 and 9E. RGB value is (173,66,158). Sum of RGB (Red+Green+Blue) = 173+66+158=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD429E is #52BD61. Grayscale: #6C6C6C. Windows color (decimal): -5422434 or 10371757. OLE color: 10371757.

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

Color convert

RGB 173 66 158 -
CMYK 0 0.62 0.09 0.32
HSL 308.41º 0.45% 0.47% -
HSV(B) 308.41º 0.62% 0.68% -
XYZ 25.35 15.25 33.95 -
YUV 108.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 173 66 158 0 0.62 0.09 0.32 308.41 0.45 0.47
Hex AD 42 9E 0 3E 9 20 134 2D 2F
Octal 255 102 236 0 76 11 40 464 55 57
Binary 10101101 1000010 10011110 0 111110 1001 100000 100110100 101101 101111

Color Harmonies of #AD429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD429E

Black with #AD429E

Text Example


Text Example

White with #AD429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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