Html Css Color HEX #AD6398 Violet Blue

📋 copy color: '#AD6398'

red 173 ◦ green 99 ◦ blue 152

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

Shades of Violet Blue #AD6398

Tints of Violet Blue #AD6398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 40.8%
G = 23.35%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD6398 (or 0xAD6398) is known color: Violet Blue. HEX triplet: AD, 63 and 98. RGB value is (173,99,152). Sum of RGB (Red+Green+Blue) = 173+99+152=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6398 is #529C67. Grayscale: #7F7F7F. Windows color (decimal): -5413992 or 9986989. OLE color: 9986989.

HSL color Cylindrical-coordinate representation of color #AD6398: hue angle of 317.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6398 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 99 152 -
CMYK 0 0.43 0.12 0.32
HSL 317.03º 0.31% 0.53% -
HSV(B) 317.03º 0.43% 0.68% -
XYZ 27.36 20.07 32.14 -
YUV 127.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 173 99 152 0 0.43 0.12 0.32 317.03 0.31 0.53
Hex AD 63 98 0 2B C 20 13D 1F 35
Octal 255 143 230 0 53 14 40 475 37 65
Binary 10101101 1100011 10011000 0 101011 1100 100000 100111101 11111 110101

Color Harmonies of #AD6398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6398

Black with #AD6398

Text Example


Text Example

White with #AD6398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6398; }

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

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

background-color css

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

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

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

border-color css

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

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

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