Html Css Color HEX #AF649D Violet Blue

📋 copy color: '#AF649D'

red 175 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #AF649D

Tints of Violet Blue #AF649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 40.51%
G = 23.15%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF649D (or 0xAF649D) is known color: Violet Blue. HEX triplet: AF, 64 and 9D. RGB value is (175,100,157). Sum of RGB (Red+Green+Blue) = 175+100+157=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649D is #509B62. Grayscale: #808080. Windows color (decimal): -5282659 or 10314927. OLE color: 10314927.

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

Color convert

RGB 175 100 157 -
CMYK 0 0.43 0.10 0.31
HSL 314.4º 0.32% 0.54% -
HSV(B) 314.4º 0.43% 0.69% -
XYZ 28.32 20.66 34.39 -
YUV 128.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 175 100 157 0 0.43 0.10 0.31 314.4 0.32 0.54
Hex AF 64 9D 0 2B A 1F 13A 20 36
Octal 257 144 235 0 53 12 37 472 40 66
Binary 10101111 1100100 10011101 0 101011 1010 11111 100111010 100000 110110

Color Harmonies of #AF649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF649D

Black with #AF649D

Text Example


Text Example

White with #AF649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF649D; }

 p { color: rgb(175,100,157); }

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

background-color css

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

 a { background-color: rgb(175,100,157); }

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

border-color css

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

 span { border-color: rgb(175,100,157); }

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