Html Css Color HEX #AF097B Medium Violet Red

📋 copy color: '#AF097B'

red 175 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #AF097B

Tints of Medium Violet Red #AF097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 57%
G = 2.93%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF097B (or 0xAF097B) is known color: Medium Violet Red. HEX triplet: AF, 09 and 7B. RGB value is (175,9,123). Sum of RGB (Red+Green+Blue) = 175+9+123=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF097B is #50F684. Grayscale: #474747. Windows color (decimal): -5305989 or 8063407. OLE color: 8063407.

HSL color Cylindrical-coordinate representation of color #AF097B: hue angle of 318.8º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF097B is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 123 -
CMYK 0 0.95 0.30 0.31
HSL 318.8º 0.9% 0.36% -
HSV(B) 318.8º 0.95% 0.69% -
XYZ 21.35 10.74 19.69 -
YUV 71.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 175 9 123 0 0.95 0.30 0.31 318.8 0.9 0.36
Hex AF 9 7B 0 5F 1E 1F 13F 5A 24
Octal 257 11 173 0 137 36 37 477 132 44
Binary 10101111 1001 1111011 0 1011111 11110 11111 100111111 1011010 100100

Color Harmonies of #AF097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF097B

Black with #AF097B

Text Example


Text Example

White with #AF097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF097B; }

 p { color: rgb(175,9,123); }

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

background-color css

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

 a { background-color: rgb(175,9,123); }

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

border-color css

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

 span { border-color: rgb(175,9,123); }

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