Html Css Color HEX #AF30A8 Medium Red Violet

📋 copy color: '#AF30A8'

red 175 ◦ green 48 ◦ blue 168

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

Shades of Medium Red Violet #AF30A8

Tints of Medium Red Violet #AF30A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 44.76%
G = 12.28%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF30A8 (or 0xAF30A8) is known color: Medium Red Violet. HEX triplet: AF, 30 and A8. RGB value is (175,48,168). Sum of RGB (Red+Green+Blue) = 175+48+168=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A8 is #50CF57. Grayscale: #636363. Windows color (decimal): -5295960 or 11022511. OLE color: 11022511.

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

Color convert

RGB 175 48 168 -
CMYK 0 0.73 0.04 0.31
HSL 303.31º 0.57% 0.44% -
HSV(B) 303.31º 0.73% 0.69% -
XYZ 25.8 14.06 38.4 -
YUV 99.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 175 48 168 0 0.73 0.04 0.31 303.31 0.57 0.44
Hex AF 30 A8 0 49 4 1F 12F 39 2C
Octal 257 60 250 0 111 4 37 457 71 54
Binary 10101111 110000 10101000 0 1001001 100 11111 100101111 111001 101100

Color Harmonies of #AF30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30A8

Black with #AF30A8

Text Example


Text Example

White with #AF30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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