Html Css Color HEX #AF30A0 Medium Red Violet

📋 copy color: '#AF30A0'

red 175 ◦ green 48 ◦ blue 160

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

Shades of Medium Red Violet #AF30A0

Tints of Medium Red Violet #AF30A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 45.69%
G = 12.53%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF30A0 (or 0xAF30A0) is known color: Medium Red Violet. HEX triplet: AF, 30 and A0. RGB value is (175,48,160). Sum of RGB (Red+Green+Blue) = 175+48+160=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A0 is #50CF5F. Grayscale: #626262. Windows color (decimal): -5295968 or 10498223. OLE color: 10498223.

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

Color convert

RGB 175 48 160 -
CMYK 0 0.73 0.09 0.31
HSL 307.09º 0.57% 0.44% -
HSV(B) 307.09º 0.73% 0.69% -
XYZ 25.08 13.77 34.59 -
YUV 98.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 175 48 160 0 0.73 0.09 0.31 307.09 0.57 0.44
Hex AF 30 A0 0 49 9 1F 133 39 2C
Octal 257 60 240 0 111 11 37 463 71 54
Binary 10101111 110000 10100000 0 1001001 1001 11111 100110011 111001 101100

Color Harmonies of #AF30A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30A0

Black with #AF30A0

Text Example


Text Example

White with #AF30A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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