Html Css Color HEX #AF0A7B Medium Violet Red

📋 copy color: '#AF0A7B'

red 175 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #AF0A7B

Tints of Medium Violet Red #AF0A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.25%

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

R = 56.82%
G = 3.25%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF0A7B (or 0xAF0A7B) is known color: Medium Violet Red. HEX triplet: AF, 0A and 7B. RGB value is (175,10,123). Sum of RGB (Red+Green+Blue) = 175+10+123=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A7B is #50F584. Grayscale: #474747. Windows color (decimal): -5305733 or 8063663. OLE color: 8063663.

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

Color convert

RGB 175 10 123 -
CMYK 0 0.94 0.30 0.31
HSL 318.91º 0.89% 0.36% -
HSV(B) 318.91º 0.94% 0.69% -
XYZ 21.36 10.76 19.69 -
YUV 72.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 175 10 123 0 0.94 0.30 0.31 318.91 0.89 0.36
Hex AF A 7B 0 5E 1E 1F 13F 59 24
Octal 257 12 173 0 136 36 37 477 131 44
Binary 10101111 1010 1111011 0 1011110 11110 11111 100111111 1011001 100100

Color Harmonies of #AF0A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A7B

Black with #AF0A7B

Text Example


Text Example

White with #AF0A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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