Html Css Color HEX #AF63AD Violet Blue

📋 copy color: '#AF63AD'

red 175 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #AF63AD

Tints of Violet Blue #AF63AD

RGB

 RED value IS 175 (68.75% from 255) = 39.15%

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 39.15%
G = 22.15%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF63AD (or 0xAF63AD) is known color: Violet Blue. HEX triplet: AF, 63 and AD. RGB value is (175,99,173). Sum of RGB (Red+Green+Blue) = 175+99+173=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF63AD is #509C52. Grayscale: #818181. Windows color (decimal): -5282899 or 11363247. OLE color: 11363247.

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

Color convert

RGB 175 99 173 -
CMYK 0 0.43 0.01 0.31
HSL 301.58º 0.32% 0.54% -
HSV(B) 301.58º 0.43% 0.69% -
XYZ 29.68 21.05 42.03 -
YUV 130.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 175 99 173 0 0.43 0.01 0.31 301.58 0.32 0.54
Hex AF 63 AD 0 2B 1 1F 12E 20 36
Octal 257 143 255 0 53 1 37 456 40 66
Binary 10101111 1100011 10101101 0 101011 1 11111 100101110 100000 110110

Color Harmonies of #AF63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63AD

Black with #AF63AD

Text Example


Text Example

White with #AF63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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