Html Css Color HEX #AF689E Violet Blue

📋 copy color: '#AF689E'

red 175 ◦ green 104 ◦ blue 158

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

Shades of Violet Blue #AF689E

Tints of Violet Blue #AF689E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

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

R = 40.05%
G = 23.8%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF689E (or 0xAF689E) is known color: Violet Blue. HEX triplet: AF, 68 and 9E. RGB value is (175,104,158). Sum of RGB (Red+Green+Blue) = 175+104+158=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689E is #509761. Grayscale: #838383. Windows color (decimal): -5281634 or 10381487. OLE color: 10381487.

HSL color Cylindrical-coordinate representation of color #AF689E: hue angle of 314.37º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF689E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 158 -
CMYK 0 0.41 0.10 0.31
HSL 314.37º 0.31% 0.55% -
HSV(B) 314.37º 0.41% 0.69% -
XYZ 28.8 21.48 34.98 -
YUV 131.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 175 104 158 0 0.41 0.10 0.31 314.37 0.31 0.55
Hex AF 68 9E 0 29 A 1F 13A 1F 37
Octal 257 150 236 0 51 12 37 472 37 67
Binary 10101111 1101000 10011110 0 101001 1010 11111 100111010 11111 110111

Color Harmonies of #AF689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF689E

Black with #AF689E

Text Example


Text Example

White with #AF689E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF689E; }

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

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

background-color css

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

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

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

border-color css

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

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

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