Html Css Color HEX #AF1CA8 Medium Violet Red

📋 copy color: '#AF1CA8'

red 175 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #AF1CA8

Tints of Medium Violet Red #AF1CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

 BLUE value IS 168 (66.02% from 255) = 45.28%

R = 47.17%
G = 7.55%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF1CA8 (or 0xAF1CA8) is known color: Medium Violet Red. HEX triplet: AF, 1C and A8. RGB value is (175,28,168). Sum of RGB (Red+Green+Blue) = 175+28+168=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1CA8 is #50E357. Grayscale: #575757. Windows color (decimal): -5301080 or 11017391. OLE color: 11017391.

HSL color Cylindrical-coordinate representation of color #AF1CA8: hue angle of 302.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1CA8 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 168 -
CMYK 0 0.84 0.04 0.31
HSL 302.86º 0.72% 0.4% -
HSV(B) 302.86º 0.84% 0.69% -
XYZ 25.16 12.77 38.18 -
YUV 87.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 175 28 168 0 0.84 0.04 0.31 302.86 0.72 0.4
Hex AF 1C A8 0 54 4 1F 12F 48 28
Octal 257 34 250 0 124 4 37 457 110 50
Binary 10101111 11100 10101000 0 1010100 100 11111 100101111 1001000 101000

Color Harmonies of #AF1CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CA8

Black with #AF1CA8

Text Example


Text Example

White with #AF1CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CA8; }

 p { color: rgb(175,28,168); }

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

background-color css

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

 a { background-color: rgb(175,28,168); }

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

border-color css

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

 span { border-color: rgb(175,28,168); }

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