Html Css Color HEX #AF659B Violet Blue

📋 copy color: '#AF659B'

red 175 ◦ green 101 ◦ blue 155

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

Shades of Violet Blue #AF659B

Tints of Violet Blue #AF659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

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

R = 40.6%
G = 23.43%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF659B (or 0xAF659B) is known color: Violet Blue. HEX triplet: AF, 65 and 9B. RGB value is (175,101,155). Sum of RGB (Red+Green+Blue) = 175+101+155=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF659B is #509A64. Grayscale: #818181. Windows color (decimal): -5282405 or 10184111. OLE color: 10184111.

HSL color Cylindrical-coordinate representation of color #AF659B: hue angle of 316.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF659B is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 155 -
CMYK 0 0.42 0.11 0.31
HSL 316.22º 0.32% 0.54% -
HSV(B) 316.22º 0.42% 0.69% -
XYZ 28.25 20.79 33.53 -
YUV 129.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 175 101 155 0 0.42 0.11 0.31 316.22 0.32 0.54
Hex AF 65 9B 0 2A B 1F 13C 20 36
Octal 257 145 233 0 52 13 37 474 40 66
Binary 10101111 1100101 10011011 0 101010 1011 11111 100111100 100000 110110

Color Harmonies of #AF659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF659B

Black with #AF659B

Text Example


Text Example

White with #AF659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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