Html Css Color HEX #AF078C Medium Violet Red

📋 copy color: '#AF078C'

red 175 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #AF078C

Tints of Medium Violet Red #AF078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 54.35%
G = 2.17%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF078C (or 0xAF078C) is known color: Medium Violet Red. HEX triplet: AF, 07 and 8C. RGB value is (175,7,140). Sum of RGB (Red+Green+Blue) = 175+7+140=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF078C is #50F873. Grayscale: #484848. Windows color (decimal): -5306484 or 9177007. OLE color: 9177007.

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

Color convert

RGB 175 7 140 -
CMYK 0 0.96 0.2 0.31
HSL 312.5º 0.92% 0.36% -
HSV(B) 312.5º 0.96% 0.69% -
XYZ 22.49 11.16 25.78 -
YUV 72.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 175 7 140 0 0.96 0.2 0.31 312.5 0.92 0.36
Hex AF 7 8C 0 60 14 1F 138 5C 24
Octal 257 7 214 0 140 24 37 470 134 44
Binary 10101111 111 10001100 0 1100000 10100 11111 100111000 1011100 100100

Color Harmonies of #AF078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF078C

Black with #AF078C

Text Example


Text Example

White with #AF078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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