Html Css Color HEX #AF269A Medium Red Violet

📋 copy color: '#AF269A'

red 175 ◦ green 38 ◦ blue 154

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

Shades of Medium Red Violet #AF269A

Tints of Medium Red Violet #AF269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 47.68%
G = 10.35%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF269A (or 0xAF269A) is known color: Medium Red Violet. HEX triplet: AF, 26 and 9A. RGB value is (175,38,154). Sum of RGB (Red+Green+Blue) = 175+38+154=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF269A is #50D965. Grayscale: #5B5B5B. Windows color (decimal): -5298534 or 10102447. OLE color: 10102447.

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

Color convert

RGB 175 38 154 -
CMYK 0 0.78 0.12 0.31
HSL 309.2º 0.64% 0.42% -
HSV(B) 309.2º 0.78% 0.69% -
XYZ 24.21 12.83 31.77 -
YUV 92.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 175 38 154 0 0.78 0.12 0.31 309.2 0.64 0.42
Hex AF 26 9A 0 4E C 1F 135 40 2A
Octal 257 46 232 0 116 14 37 465 100 52
Binary 10101111 100110 10011010 0 1001110 1100 11111 100110101 1000000 101010

Color Harmonies of #AF269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF269A

Black with #AF269A

Text Example


Text Example

White with #AF269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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