Html Css Color HEX #AF258B Medium Red Violet

📋 copy color: '#AF258B'

red 175 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #AF258B

Tints of Medium Red Violet #AF258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 49.86%
G = 10.54%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF258B (or 0xAF258B) is known color: Medium Red Violet. HEX triplet: AF, 25 and 8B. RGB value is (175,37,139). Sum of RGB (Red+Green+Blue) = 175+37+139=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF258B is #50DA74. Grayscale: #595959. Windows color (decimal): -5298805 or 9119151. OLE color: 9119151.

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

Color convert

RGB 175 37 139 -
CMYK 0 0.79 0.21 0.31
HSL 315.65º 0.65% 0.42% -
HSV(B) 315.65º 0.79% 0.69% -
XYZ 23 12.3 25.59 -
YUV 89.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 175 37 139 0 0.79 0.21 0.31 315.65 0.65 0.42
Hex AF 25 8B 0 4F 15 1F 13C 41 2A
Octal 257 45 213 0 117 25 37 474 101 52
Binary 10101111 100101 10001011 0 1001111 10101 11111 100111100 1000001 101010

Color Harmonies of #AF258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF258B

Black with #AF258B

Text Example


Text Example

White with #AF258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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