Html Css Color HEX #AF267B Medium Red Violet

📋 copy color: '#AF267B'

red 175 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #AF267B

Tints of Medium Red Violet #AF267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

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

R = 52.08%
G = 11.31%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF267B (or 0xAF267B) is known color: Medium Red Violet. HEX triplet: AF, 26 and 7B. RGB value is (175,38,123). Sum of RGB (Red+Green+Blue) = 175+38+123=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267B is #50D984. Grayscale: #585858. Windows color (decimal): -5298565 or 8070831. OLE color: 8070831.

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

Color convert

RGB 175 38 123 -
CMYK 0 0.78 0.30 0.31
HSL 322.77º 0.64% 0.42% -
HSV(B) 322.77º 0.78% 0.69% -
XYZ 21.95 11.93 19.88 -
YUV 88.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 175 38 123 0 0.78 0.30 0.31 322.77 0.64 0.42
Hex AF 26 7B 0 4E 1E 1F 143 40 2A
Octal 257 46 173 0 116 36 37 503 100 52
Binary 10101111 100110 1111011 0 1001110 11110 11111 101000011 1000000 101010

Color Harmonies of #AF267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF267B

Black with #AF267B

Text Example


Text Example

White with #AF267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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