Html Css Color HEX #AF0C7B Medium Violet Red

📋 copy color: '#AF0C7B'

red 175 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #AF0C7B

Tints of Medium Violet Red #AF0C7B

RGB

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

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

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

R = 56.45%
G = 3.87%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF0C7B (or 0xAF0C7B) is known color: Medium Violet Red. HEX triplet: AF, 0C and 7B. RGB value is (175,12,123). Sum of RGB (Red+Green+Blue) = 175+12+123=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C7B is #50F384. Grayscale: #494949. Windows color (decimal): -5305221 or 8064175. OLE color: 8064175.

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

Color convert

RGB 175 12 123 -
CMYK 0 0.93 0.30 0.31
HSL 319.14º 0.87% 0.37% -
HSV(B) 319.14º 0.93% 0.69% -
XYZ 21.39 10.81 19.7 -
YUV 73.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 175 12 123 0 0.93 0.30 0.31 319.14 0.87 0.37
Hex AF C 7B 0 5D 1E 1F 13F 57 25
Octal 257 14 173 0 135 36 37 477 127 45
Binary 10101111 1100 1111011 0 1011101 11110 11111 100111111 1010111 100101

Color Harmonies of #AF0C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C7B

Black with #AF0C7B

Text Example


Text Example

White with #AF0C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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