Html Css Color HEX #AF2B7B Medium Red Violet

📋 copy color: '#AF2B7B'

red 175 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #AF2B7B

Tints of Medium Red Violet #AF2B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.07%

R = 51.32%
G = 12.61%
B = 36.07%

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

#AF2B7B (or 0xAF2B7B) is known color: Medium Red Violet. HEX triplet: AF, 2B and 7B. RGB value is (175,43,123). Sum of RGB (Red+Green+Blue) = 175+43+123=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B7B is #50D484. Grayscale: #5B5B5B. Windows color (decimal): -5297285 or 8072111. OLE color: 8072111.

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

Color convert

RGB 175 43 123 -
CMYK 0 0.75 0.30 0.31
HSL 323.64º 0.61% 0.43% -
HSV(B) 323.64º 0.75% 0.69% -
XYZ 22.12 12.27 19.94 -
YUV 91.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 175 43 123 0 0.75 0.30 0.31 323.64 0.61 0.43
Hex AF 2B 7B 0 4B 1E 1F 144 3D 2B
Octal 257 53 173 0 113 36 37 504 75 53
Binary 10101111 101011 1111011 0 1001011 11110 11111 101000100 111101 101011

Color Harmonies of #AF2B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2B7B

Black with #AF2B7B

Text Example


Text Example

White with #AF2B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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