Html Css Color HEX #AF2B7A Medium Red Violet

📋 copy color: '#AF2B7A'

red 175 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #AF2B7A

Tints of Medium Red Violet #AF2B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.65%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 51.47%
G = 12.65%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF2B7A (or 0xAF2B7A) is known color: Medium Red Violet. HEX triplet: AF, 2B and 7A. RGB value is (175,43,122). Sum of RGB (Red+Green+Blue) = 175+43+122=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B7A is #50D485. Grayscale: #5B5B5B. Windows color (decimal): -5297286 or 8006575. OLE color: 8006575.

HSL color Cylindrical-coordinate representation of color #AF2B7A: hue angle of 324.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B7A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 43 122 -
CMYK 0 0.75 0.30 0.31
HSL 324.09º 0.61% 0.43% -
HSV(B) 324.09º 0.75% 0.69% -
XYZ 22.06 12.25 19.61 -
YUV 91.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 175 43 122 0 0.75 0.30 0.31 324.09 0.61 0.43
Hex AF 2B 7A 0 4B 1E 1F 144 3D 2B
Octal 257 53 172 0 113 36 37 504 75 53
Binary 10101111 101011 1111010 0 1001011 11110 11111 101000100 111101 101011

Color Harmonies of #AF2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2B7A

Black with #AF2B7A

Text Example


Text Example

White with #AF2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2B7A; }

 p { color: rgb(175,43,122); }

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

background-color css

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

 a { background-color: rgb(175,43,122); }

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

border-color css

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

 span { border-color: rgb(175,43,122); }

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