Html Css Color HEX #AF619D Violet Blue

📋 copy color: '#AF619D'

red 175 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #AF619D

Tints of Violet Blue #AF619D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 40.79%
G = 22.61%
B = 36.6%

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

#AF619D (or 0xAF619D) is known color: Violet Blue. HEX triplet: AF, 61 and 9D. RGB value is (175,97,157). Sum of RGB (Red+Green+Blue) = 175+97+157=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619D is #509E62. Grayscale: #7E7E7E. Windows color (decimal): -5283427 or 10314159. OLE color: 10314159.

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

Color convert

RGB 175 97 157 -
CMYK 0 0.45 0.10 0.31
HSL 313.85º 0.33% 0.53% -
HSV(B) 313.85º 0.45% 0.69% -
XYZ 28.04 20.1 34.3 -
YUV 127.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 175 97 157 0 0.45 0.10 0.31 313.85 0.33 0.53
Hex AF 61 9D 0 2D A 1F 13A 21 35
Octal 257 141 235 0 55 12 37 472 41 65
Binary 10101111 1100001 10011101 0 101101 1010 11111 100111010 100001 110101

Color Harmonies of #AF619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF619D

Black with #AF619D

Text Example


Text Example

White with #AF619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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