Html Css Color HEX #AF30A6 Medium Red Violet

📋 copy color: '#AF30A6'

red 175 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #AF30A6

Tints of Medium Red Violet #AF30A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 44.99%
G = 12.34%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF30A6 (or 0xAF30A6) is known color: Medium Red Violet. HEX triplet: AF, 30 and A6. RGB value is (175,48,166). Sum of RGB (Red+Green+Blue) = 175+48+166=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A6 is #50CF59. Grayscale: #636363. Windows color (decimal): -5295962 or 10891439. OLE color: 10891439.

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

Color convert

RGB 175 48 166 -
CMYK 0 0.73 0.05 0.31
HSL 304.25º 0.57% 0.44% -
HSV(B) 304.25º 0.73% 0.69% -
XYZ 25.62 13.98 37.42 -
YUV 99.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 175 48 166 0 0.73 0.05 0.31 304.25 0.57 0.44
Hex AF 30 A6 0 49 5 1F 130 39 2C
Octal 257 60 246 0 111 5 37 460 71 54
Binary 10101111 110000 10100110 0 1001001 101 11111 100110000 111001 101100

Color Harmonies of #AF30A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30A6

Black with #AF30A6

Text Example


Text Example

White with #AF30A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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