Html Css Color HEX #AF2EA2 Medium Red Violet

📋 copy color: '#AF2EA2'

red 175 ◦ green 46 ◦ blue 162

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

Shades of Medium Red Violet #AF2EA2

Tints of Medium Red Violet #AF2EA2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

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

R = 45.69%
G = 12.01%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF2EA2 (or 0xAF2EA2) is known color: Medium Red Violet. HEX triplet: AF, 2E and A2. RGB value is (175,46,162). Sum of RGB (Red+Green+Blue) = 175+46+162=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2EA2 is #50D15D. Grayscale: #616161. Windows color (decimal): -5296478 or 10628783. OLE color: 10628783.

HSL color Cylindrical-coordinate representation of color #AF2EA2: hue angle of 306.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2EA2 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 46 162 -
CMYK 0 0.74 0.07 0.31
HSL 306.05º 0.58% 0.43% -
HSV(B) 306.05º 0.74% 0.69% -
XYZ 25.18 13.68 35.5 -
YUV 97.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 175 46 162 0 0.74 0.07 0.31 306.05 0.58 0.43
Hex AF 2E A2 0 4A 7 1F 132 3A 2B
Octal 257 56 242 0 112 7 37 462 72 53
Binary 10101111 101110 10100010 0 1001010 111 11111 100110010 111010 101011

Color Harmonies of #AF2EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EA2

Black with #AF2EA2

Text Example


Text Example

White with #AF2EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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