Html Css Color HEX #AF649E Violet Blue

📋 copy color: '#AF649E'

red 175 ◦ green 100 ◦ blue 158

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

Shades of Violet Blue #AF649E

Tints of Violet Blue #AF649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 40.42%
G = 23.09%
B = 36.49%

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

#AF649E (or 0xAF649E) is known color: Violet Blue. HEX triplet: AF, 64 and 9E. RGB value is (175,100,158). Sum of RGB (Red+Green+Blue) = 175+100+158=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649E is #509B61. Grayscale: #808080. Windows color (decimal): -5282658 or 10380463. OLE color: 10380463.

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

Color convert

RGB 175 100 158 -
CMYK 0 0.43 0.10 0.31
HSL 313.6º 0.32% 0.54% -
HSV(B) 313.6º 0.43% 0.69% -
XYZ 28.41 20.7 34.85 -
YUV 129.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 175 100 158 0 0.43 0.10 0.31 313.6 0.32 0.54
Hex AF 64 9E 0 2B A 1F 13A 20 36
Octal 257 144 236 0 53 12 37 472 40 66
Binary 10101111 1100100 10011110 0 101011 1010 11111 100111010 100000 110110

Color Harmonies of #AF649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF649E

Black with #AF649E

Text Example


Text Example

White with #AF649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF649E; }

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

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

background-color css

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

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

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

border-color css

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

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

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