Html Css Color HEX #AF649B Violet Blue

📋 copy color: '#AF649B'

red 175 ◦ green 100 ◦ blue 155

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

Shades of Violet Blue #AF649B

Tints of Violet Blue #AF649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 40.7%
G = 23.26%
B = 36.05%

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

#AF649B (or 0xAF649B) is known color: Violet Blue. HEX triplet: AF, 64 and 9B. RGB value is (175,100,155). Sum of RGB (Red+Green+Blue) = 175+100+155=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649B is #509B64. Grayscale: #808080. Windows color (decimal): -5282661 or 10183855. OLE color: 10183855.

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

Color convert

RGB 175 100 155 -
CMYK 0 0.43 0.11 0.31
HSL 316º 0.32% 0.54% -
HSV(B) 316º 0.43% 0.69% -
XYZ 28.15 20.59 33.5 -
YUV 128.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 175 100 155 0 0.43 0.11 0.31 316 0.32 0.54
Hex AF 64 9B 0 2B B 1F 13C 20 36
Octal 257 144 233 0 53 13 37 474 40 66
Binary 10101111 1100100 10011011 0 101011 1011 11111 100111100 100000 110110

Color Harmonies of #AF649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF649B

Black with #AF649B

Text Example


Text Example

White with #AF649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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