Html Css Color HEX #AF1CA2 Medium Violet Red

📋 copy color: '#AF1CA2'

red 175 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #AF1CA2

Tints of Medium Violet Red #AF1CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 47.95%
G = 7.67%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF1CA2 (or 0xAF1CA2) is known color: Medium Violet Red. HEX triplet: AF, 1C and A2. RGB value is (175,28,162). Sum of RGB (Red+Green+Blue) = 175+28+162=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1CA2 is #50E35D. Grayscale: #565656. Windows color (decimal): -5301086 or 10624175. OLE color: 10624175.

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

Color convert

RGB 175 28 162 -
CMYK 0 0.84 0.07 0.31
HSL 305.31º 0.72% 0.4% -
HSV(B) 305.31º 0.84% 0.69% -
XYZ 24.62 12.55 35.31 -
YUV 87.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 175 28 162 0 0.84 0.07 0.31 305.31 0.72 0.4
Hex AF 1C A2 0 54 7 1F 131 48 28
Octal 257 34 242 0 124 7 37 461 110 50
Binary 10101111 11100 10100010 0 1010100 111 11111 100110001 1001000 101000

Color Harmonies of #AF1CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CA2

Black with #AF1CA2

Text Example


Text Example

White with #AF1CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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