Html Css Color HEX #AF308A Medium Red Violet

📋 copy color: '#AF308A'

red 175 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #AF308A

Tints of Medium Red Violet #AF308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.3%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 48.48%
G = 13.3%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF308A (or 0xAF308A) is known color: Medium Red Violet. HEX triplet: AF, 30 and 8A. RGB value is (175,48,138). Sum of RGB (Red+Green+Blue) = 175+48+138=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF308A is #50CF75. Grayscale: #606060. Windows color (decimal): -5295990 or 9056431. OLE color: 9056431.

HSL color Cylindrical-coordinate representation of color #AF308A: hue angle of 317.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF308A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 138 -
CMYK 0 0.73 0.21 0.31
HSL 317.48º 0.57% 0.44% -
HSV(B) 317.48º 0.73% 0.69% -
XYZ 23.32 13.06 25.34 -
YUV 96.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 175 48 138 0 0.73 0.21 0.31 317.48 0.57 0.44
Hex AF 30 8A 0 49 15 1F 13D 39 2C
Octal 257 60 212 0 111 25 37 475 71 54
Binary 10101111 110000 10001010 0 1001001 10101 11111 100111101 111001 101100

Color Harmonies of #AF308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF308A

Black with #AF308A

Text Example


Text Example

White with #AF308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF308A; }

 p { color: rgb(175,48,138); }

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

background-color css

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

 a { background-color: rgb(175,48,138); }

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

border-color css

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

 span { border-color: rgb(175,48,138); }

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