Html Css Color HEX #AF659E Violet Blue

📋 copy color: '#AF659E'

red 175 ◦ green 101 ◦ blue 158

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

Shades of Violet Blue #AF659E

Tints of Violet Blue #AF659E

RGB

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

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

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

R = 40.32%
G = 23.27%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF659E (or 0xAF659E) is known color: Violet Blue. HEX triplet: AF, 65 and 9E. RGB value is (175,101,158). Sum of RGB (Red+Green+Blue) = 175+101+158=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF659E is #509A61. Grayscale: #818181. Windows color (decimal): -5282402 or 10380719. OLE color: 10380719.

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

Color convert

RGB 175 101 158 -
CMYK 0 0.42 0.10 0.31
HSL 313.78º 0.32% 0.54% -
HSV(B) 313.78º 0.42% 0.69% -
XYZ 28.5 20.89 34.88 -
YUV 129.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 175 101 158 0 0.42 0.10 0.31 313.78 0.32 0.54
Hex AF 65 9E 0 2A A 1F 13A 20 36
Octal 257 145 236 0 52 12 37 472 40 66
Binary 10101111 1100101 10011110 0 101010 1010 11111 100111010 100000 110110

Color Harmonies of #AF659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF659E

Black with #AF659E

Text Example


Text Example

White with #AF659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF659E; }

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

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

background-color css

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

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

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

border-color css

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

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

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