Html Css Color HEX #AF0288 Medium Violet Red

📋 copy color: '#AF0288'

red 175 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #AF0288

Tints of Medium Violet Red #AF0288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 55.91%
G = 0.64%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF0288 (or 0xAF0288) is known color: Medium Violet Red. HEX triplet: AF, 02 and 88. RGB value is (175,2,136). Sum of RGB (Red+Green+Blue) = 175+2+136=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0288 is #50FD77. Grayscale: #444444. Windows color (decimal): -5307768 or 8913583. OLE color: 8913583.

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

Color convert

RGB 175 2 136 -
CMYK 0 0.99 0.22 0.31
HSL 313.53º 0.98% 0.35% -
HSV(B) 313.53º 0.99% 0.69% -
XYZ 22.14 10.93 24.24 -
YUV 69 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 175 2 136 0 0.99 0.22 0.31 313.53 0.98 0.35
Hex AF 2 88 0 63 16 1F 13A 62 23
Octal 257 2 210 0 143 26 37 472 142 43
Binary 10101111 10 10001000 0 1100011 10110 11111 100111010 1100010 100011

Color Harmonies of #AF0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0288

Black with #AF0288

Text Example


Text Example

White with #AF0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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