Html Css Color HEX #AD4698 Violet Blue

📋 copy color: '#AD4698'

red 173 ◦ green 70 ◦ blue 152

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

Shades of Violet Blue #AD4698

Tints of Violet Blue #AD4698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 43.8%
G = 17.72%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD4698 (or 0xAD4698) is known color: Violet Blue. HEX triplet: AD, 46 and 98. RGB value is (173,70,152). Sum of RGB (Red+Green+Blue) = 173+70+152=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4698 is #52B967. Grayscale: #6D6D6D. Windows color (decimal): -5421416 or 9979565. OLE color: 9979565.

HSL color Cylindrical-coordinate representation of color #AD4698: hue angle of 312.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4698 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 152 -
CMYK 0 0.60 0.12 0.32
HSL 312.23º 0.42% 0.48% -
HSV(B) 312.23º 0.6% 0.68% -
XYZ 25.09 15.53 31.38 -
YUV 110.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 173 70 152 0 0.60 0.12 0.32 312.23 0.42 0.48
Hex AD 46 98 0 3C C 20 138 2A 30
Octal 255 106 230 0 74 14 40 470 52 60
Binary 10101101 1000110 10011000 0 111100 1100 100000 100111000 101010 110000

Color Harmonies of #AD4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4698

Black with #AD4698

Text Example


Text Example

White with #AD4698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4698; }

 p { color: rgb(173,70,152); }

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

background-color css

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

 a { background-color: rgb(173,70,152); }

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

border-color css

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

 span { border-color: rgb(173,70,152); }

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