Html Css Color HEX #AF63A8 Violet Blue

📋 copy color: '#AF63A8'

red 175 ◦ green 99 ◦ blue 168

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

Shades of Violet Blue #AF63A8

Tints of Violet Blue #AF63A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 39.59%
G = 22.4%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF63A8 (or 0xAF63A8) is known color: Violet Blue. HEX triplet: AF, 63 and A8. RGB value is (175,99,168). Sum of RGB (Red+Green+Blue) = 175+99+168=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF63A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF63A8 is #509C57. Grayscale: #818181. Windows color (decimal): -5282904 or 11035567. OLE color: 11035567.

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

Color convert

RGB 175 99 168 -
CMYK 0 0.43 0.04 0.31
HSL 305.53º 0.32% 0.54% -
HSV(B) 305.53º 0.43% 0.69% -
XYZ 29.21 20.86 39.53 -
YUV 129.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 175 99 168 0 0.43 0.04 0.31 305.53 0.32 0.54
Hex AF 63 A8 0 2B 4 1F 132 20 36
Octal 257 143 250 0 53 4 37 462 40 66
Binary 10101111 1100011 10101000 0 101011 100 11111 100110010 100000 110110

Color Harmonies of #AF63A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63A8

Black with #AF63A8

Text Example


Text Example

White with #AF63A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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