Html Css Color HEX #AD429C Violet Blue

📋 copy color: '#AD429C'

red 173 ◦ green 66 ◦ blue 156

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

Shades of Violet Blue #AD429C

Tints of Violet Blue #AD429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 43.8%
G = 16.71%
B = 39.49%

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

#AD429C (or 0xAD429C) is known color: Violet Blue. HEX triplet: AD, 42 and 9C. RGB value is (173,66,156). Sum of RGB (Red+Green+Blue) = 173+66+156=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD429C is #52BD63. Grayscale: #6C6C6C. Windows color (decimal): -5422436 or 10240685. OLE color: 10240685.

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

Color convert

RGB 173 66 156 -
CMYK 0 0.62 0.10 0.32
HSL 309.53º 0.45% 0.47% -
HSV(B) 309.53º 0.62% 0.68% -
XYZ 25.18 15.18 33.06 -
YUV 108.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 173 66 156 0 0.62 0.10 0.32 309.53 0.45 0.47
Hex AD 42 9C 0 3E A 20 136 2D 2F
Octal 255 102 234 0 76 12 40 466 55 57
Binary 10101101 1000010 10011100 0 111110 1010 100000 100110110 101101 101111

Color Harmonies of #AD429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD429C

Black with #AD429C

Text Example


Text Example

White with #AD429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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