Html Css Color HEX #AD419E Violet Blue

📋 copy color: '#AD419E'

red 173 ◦ green 65 ◦ blue 158

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

Shades of Violet Blue #AD419E

Tints of Violet Blue #AD419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 43.69%
G = 16.41%
B = 39.9%

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

#AD419E (or 0xAD419E) is known color: Violet Blue. HEX triplet: AD, 41 and 9E. RGB value is (173,65,158). Sum of RGB (Red+Green+Blue) = 173+65+158=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD419E is #52BE61. Grayscale: #6B6B6B. Windows color (decimal): -5422690 or 10371501. OLE color: 10371501.

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

Color convert

RGB 173 65 158 -
CMYK 0 0.62 0.09 0.32
HSL 308.33º 0.45% 0.47% -
HSV(B) 308.33º 0.62% 0.68% -
XYZ 25.3 15.13 33.94 -
YUV 107.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 173 65 158 0 0.62 0.09 0.32 308.33 0.45 0.47
Hex AD 41 9E 0 3E 9 20 134 2D 2F
Octal 255 101 236 0 76 11 40 464 55 57
Binary 10101101 1000001 10011110 0 111110 1001 100000 100110100 101101 101111

Color Harmonies of #AD419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD419E

Black with #AD419E

Text Example


Text Example

White with #AD419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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