Html Css Color HEX #AF63AC Violet Blue

📋 copy color: '#AF63AC'

red 175 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #AF63AC

Tints of Violet Blue #AF63AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 39.24%
G = 22.2%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF63AC (or 0xAF63AC) is known color: Violet Blue. HEX triplet: AF, 63 and AC. RGB value is (175,99,172). Sum of RGB (Red+Green+Blue) = 175+99+172=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF63AC is #509C53. Grayscale: #818181. Windows color (decimal): -5282900 or 11297711. OLE color: 11297711.

HSL color Cylindrical-coordinate representation of color #AF63AC: hue angle of 302.37º 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 #AF63AC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 172 -
CMYK 0 0.43 0.02 0.31
HSL 302.37º 0.32% 0.54% -
HSV(B) 302.37º 0.43% 0.69% -
XYZ 29.59 21.02 41.53 -
YUV 130.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 175 99 172 0 0.43 0.02 0.31 302.37 0.32 0.54
Hex AF 63 AC 0 2B 2 1F 12E 20 36
Octal 257 143 254 0 53 2 37 456 40 66
Binary 10101111 1100011 10101100 0 101011 10 11111 100101110 100000 110110

Color Harmonies of #AF63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63AC

Black with #AF63AC

Text Example


Text Example

White with #AF63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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