Html Css Color HEX #AF027E Medium Violet Red

📋 copy color: '#AF027E'

red 175 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #AF027E

Tints of Medium Violet Red #AF027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 57.76%
G = 0.66%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF027E (or 0xAF027E) is known color: Medium Violet Red. HEX triplet: AF, 02 and 7E. RGB value is (175,2,126). Sum of RGB (Red+Green+Blue) = 175+2+126=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF027E is #50FD81. Grayscale: #434343. Windows color (decimal): -5307778 or 8258223. OLE color: 8258223.

HSL color Cylindrical-coordinate representation of color #AF027E: hue angle of 316.99º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF027E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 126 -
CMYK 0 0.99 0.28 0.31
HSL 316.99º 0.98% 0.35% -
HSV(B) 316.99º 0.99% 0.69% -
XYZ 21.47 10.66 20.67 -
YUV 67.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 175 2 126 0 0.99 0.28 0.31 316.99 0.98 0.35
Hex AF 2 7E 0 63 1C 1F 13D 62 23
Octal 257 2 176 0 143 34 37 475 142 43
Binary 10101111 10 1111110 0 1100011 11100 11111 100111101 1100010 100011

Color Harmonies of #AF027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF027E

Black with #AF027E

Text Example


Text Example

White with #AF027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF027E; }

 p { color: rgb(175,2,126); }

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

background-color css

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

 a { background-color: rgb(175,2,126); }

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

border-color css

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

 span { border-color: rgb(175,2,126); }

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