Html Css Color HEX #AF078A Medium Violet Red

📋 copy color: '#AF078A'

red 175 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #AF078A

Tints of Medium Violet Red #AF078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 54.69%
G = 2.19%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF078A (or 0xAF078A) is known color: Medium Violet Red. HEX triplet: AF, 07 and 8A. RGB value is (175,7,138). Sum of RGB (Red+Green+Blue) = 175+7+138=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF078A is #50F875. Grayscale: #474747. Windows color (decimal): -5306486 or 9045935. OLE color: 9045935.

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

Color convert

RGB 175 7 138 -
CMYK 0 0.96 0.21 0.31
HSL 313.21º 0.92% 0.36% -
HSV(B) 313.21º 0.96% 0.69% -
XYZ 22.34 11.1 25.01 -
YUV 72.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 175 7 138 0 0.96 0.21 0.31 313.21 0.92 0.36
Hex AF 7 8A 0 60 15 1F 139 5C 24
Octal 257 7 212 0 140 25 37 471 134 44
Binary 10101111 111 10001010 0 1100000 10101 11111 100111001 1011100 100100

Color Harmonies of #AF078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF078A

Black with #AF078A

Text Example


Text Example

White with #AF078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF078A; }

 p { color: rgb(175,7,138); }

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

background-color css

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

 a { background-color: rgb(175,7,138); }

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

border-color css

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

 span { border-color: rgb(175,7,138); }

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