Html Css Color HEX #AF018B Medium Violet Red

📋 copy color: '#AF018B'

red 175 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #AF018B

Tints of Medium Violet Red #AF018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 55.56%
G = 0.32%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF018B (or 0xAF018B) is known color: Medium Violet Red. HEX triplet: AF, 01 and 8B. RGB value is (175,1,139). Sum of RGB (Red+Green+Blue) = 175+1+139=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF018B is #50FE74. Grayscale: #444444. Windows color (decimal): -5308021 or 9109935. OLE color: 9109935.

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

Color convert

RGB 175 1 139 -
CMYK 0 0.99 0.21 0.31
HSL 312.41º 0.99% 0.35% -
HSV(B) 312.41º 0.99% 0.69% -
XYZ 22.35 11 25.37 -
YUV 68.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 175 1 139 0 0.99 0.21 0.31 312.41 0.99 0.35
Hex AF 1 8B 0 63 15 1F 138 63 23
Octal 257 1 213 0 143 25 37 470 143 43
Binary 10101111 1 10001011 0 1100011 10101 11111 100111000 1100011 100011

Color Harmonies of #AF018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF018B

Black with #AF018B

Text Example


Text Example

White with #AF018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF018B; }

 p { color: rgb(175,1,139); }

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

background-color css

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

 a { background-color: rgb(175,1,139); }

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

border-color css

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

 span { border-color: rgb(175,1,139); }

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