Html Css Color HEX #AF258E Medium Red Violet

📋 copy color: '#AF258E'

red 175 ◦ green 37 ◦ blue 142

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

Shades of Medium Red Violet #AF258E

Tints of Medium Red Violet #AF258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 49.44%
G = 10.45%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF258E (or 0xAF258E) is known color: Medium Red Violet. HEX triplet: AF, 25 and 8E. RGB value is (175,37,142). Sum of RGB (Red+Green+Blue) = 175+37+142=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF258E is #50DA71. Grayscale: #595959. Windows color (decimal): -5298802 or 9315759. OLE color: 9315759.

HSL color Cylindrical-coordinate representation of color #AF258E: hue angle of 314.35º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF258E is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 142 -
CMYK 0 0.79 0.19 0.31
HSL 314.35º 0.65% 0.42% -
HSV(B) 314.35º 0.79% 0.69% -
XYZ 23.22 12.39 26.76 -
YUV 90.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 175 37 142 0 0.79 0.19 0.31 314.35 0.65 0.42
Hex AF 25 8E 0 4F 13 1F 13A 41 2A
Octal 257 45 216 0 117 23 37 472 101 52
Binary 10101111 100101 10001110 0 1001111 10011 11111 100111010 1000001 101010

Color Harmonies of #AF258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF258E

Black with #AF258E

Text Example


Text Example

White with #AF258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF258E; }

 p { color: rgb(175,37,142); }

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

background-color css

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

 a { background-color: rgb(175,37,142); }

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

border-color css

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

 span { border-color: rgb(175,37,142); }

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