Html Css Color HEX #AF619E Violet Blue

📋 copy color: '#AF619E'

red 175 ◦ green 97 ◦ blue 158

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

Shades of Violet Blue #AF619E

Tints of Violet Blue #AF619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

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

R = 40.7%
G = 22.56%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF619E (or 0xAF619E) is known color: Violet Blue. HEX triplet: AF, 61 and 9E. RGB value is (175,97,158). Sum of RGB (Red+Green+Blue) = 175+97+158=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619E is #509E61. Grayscale: #7F7F7F. Windows color (decimal): -5283426 or 10379695. OLE color: 10379695.

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

Color convert

RGB 175 97 158 -
CMYK 0 0.45 0.10 0.31
HSL 313.08º 0.33% 0.53% -
HSV(B) 313.08º 0.45% 0.69% -
XYZ 28.13 20.13 34.75 -
YUV 127.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 175 97 158 0 0.45 0.10 0.31 313.08 0.33 0.53
Hex AF 61 9E 0 2D A 1F 139 21 35
Octal 257 141 236 0 55 12 37 471 41 65
Binary 10101111 1100001 10011110 0 101101 1010 11111 100111001 100001 110101

Color Harmonies of #AF619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF619E

Black with #AF619E

Text Example


Text Example

White with #AF619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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