Html Css Color HEX #AF649C Violet Blue

📋 copy color: '#AF649C'

red 175 ◦ green 100 ◦ blue 156

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

Shades of Violet Blue #AF649C

Tints of Violet Blue #AF649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 40.6%
G = 23.2%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF649C (or 0xAF649C) is known color: Violet Blue. HEX triplet: AF, 64 and 9C. RGB value is (175,100,156). Sum of RGB (Red+Green+Blue) = 175+100+156=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649C is #509B63. Grayscale: #808080. Windows color (decimal): -5282660 or 10249391. OLE color: 10249391.

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

Color convert

RGB 175 100 156 -
CMYK 0 0.43 0.11 0.31
HSL 315.2º 0.32% 0.54% -
HSV(B) 315.2º 0.43% 0.69% -
XYZ 28.24 20.63 33.95 -
YUV 128.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 175 100 156 0 0.43 0.11 0.31 315.2 0.32 0.54
Hex AF 64 9C 0 2B B 1F 13B 20 36
Octal 257 144 234 0 53 13 37 473 40 66
Binary 10101111 1100100 10011100 0 101011 1011 11111 100111011 100000 110110

Color Harmonies of #AF649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF649C

Black with #AF649C

Text Example


Text Example

White with #AF649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF649C; }

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

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

background-color css

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

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

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

border-color css

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

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

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