Html Css Color HEX #AF0C9A Medium Violet Red

📋 copy color: '#AF0C9A'

red 175 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #AF0C9A

Tints of Medium Violet Red #AF0C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.52%

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 51.32%
G = 3.52%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF0C9A (or 0xAF0C9A) is known color: Medium Violet Red. HEX triplet: AF, 0C and 9A. RGB value is (175,12,154). Sum of RGB (Red+Green+Blue) = 175+12+154=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C9A is #50F365. Grayscale: #4C4C4C. Windows color (decimal): -5305190 or 10095791. OLE color: 10095791.

HSL color Cylindrical-coordinate representation of color #AF0C9A: hue angle of 307.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C9A is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 12 154 -
CMYK 0 0.93 0.12 0.31
HSL 307.73º 0.87% 0.37% -
HSV(B) 307.73º 0.93% 0.69% -
XYZ 23.64 11.71 31.59 -
YUV 76.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 175 12 154 0 0.93 0.12 0.31 307.73 0.87 0.37
Hex AF C 9A 0 5D C 1F 134 57 25
Octal 257 14 232 0 135 14 37 464 127 45
Binary 10101111 1100 10011010 0 1011101 1100 11111 100110100 1010111 100101

Color Harmonies of #AF0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C9A

Black with #AF0C9A

Text Example


Text Example

White with #AF0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C9A; }

 p { color: rgb(175,12,154); }

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

background-color css

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

 a { background-color: rgb(175,12,154); }

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

border-color css

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

 span { border-color: rgb(175,12,154); }

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