Html Css Color HEX #AF30A2 Medium Red Violet

📋 copy color: '#AF30A2'

red 175 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #AF30A2

Tints of Medium Red Violet #AF30A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 45.45%
G = 12.47%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF30A2 (or 0xAF30A2) is known color: Medium Red Violet. HEX triplet: AF, 30 and A2. RGB value is (175,48,162). Sum of RGB (Red+Green+Blue) = 175+48+162=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A2 is #50CF5D. Grayscale: #626262. Windows color (decimal): -5295966 or 10629295. OLE color: 10629295.

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

Color convert

RGB 175 48 162 -
CMYK 0 0.73 0.07 0.31
HSL 306.14º 0.57% 0.44% -
HSV(B) 306.14º 0.73% 0.69% -
XYZ 25.26 13.84 35.52 -
YUV 98.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 175 48 162 0 0.73 0.07 0.31 306.14 0.57 0.44
Hex AF 30 A2 0 49 7 1F 132 39 2C
Octal 257 60 242 0 111 7 37 462 71 54
Binary 10101111 110000 10100010 0 1001001 111 11111 100110010 111001 101100

Color Harmonies of #AF30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30A2

Black with #AF30A2

Text Example


Text Example

White with #AF30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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