Html Css Color HEX #AF619B Violet Blue

📋 copy color: '#AF619B'

red 175 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #AF619B

Tints of Violet Blue #AF619B

RGB

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

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

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

R = 40.98%
G = 22.72%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF619B (or 0xAF619B) is known color: Violet Blue. HEX triplet: AF, 61 and 9B. RGB value is (175,97,155). Sum of RGB (Red+Green+Blue) = 175+97+155=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619B is #509E64. Grayscale: #7E7E7E. Windows color (decimal): -5283429 or 10183087. OLE color: 10183087.

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

Color convert

RGB 175 97 155 -
CMYK 0 0.45 0.11 0.31
HSL 315.38º 0.33% 0.53% -
HSV(B) 315.38º 0.45% 0.69% -
XYZ 27.87 20.03 33.41 -
YUV 126.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 175 97 155 0 0.45 0.11 0.31 315.38 0.33 0.53
Hex AF 61 9B 0 2D B 1F 13B 21 35
Octal 257 141 233 0 55 13 37 473 41 65
Binary 10101111 1100001 10011011 0 101101 1011 11111 100111011 100001 110101

Color Harmonies of #AF619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF619B

Black with #AF619B

Text Example


Text Example

White with #AF619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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