Html Css Color HEX #AF269E Medium Red Violet

📋 copy color: '#AF269E'

red 175 ◦ green 38 ◦ blue 158

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

Shades of Medium Red Violet #AF269E

Tints of Medium Red Violet #AF269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 47.17%
G = 10.24%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF269E (or 0xAF269E) is known color: Medium Red Violet. HEX triplet: AF, 26 and 9E. RGB value is (175,38,158). Sum of RGB (Red+Green+Blue) = 175+38+158=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF269E is #50D961. Grayscale: #5C5C5C. Windows color (decimal): -5298530 or 10364591. OLE color: 10364591.

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

Color convert

RGB 175 38 158 -
CMYK 0 0.78 0.10 0.31
HSL 307.45º 0.64% 0.42% -
HSV(B) 307.45º 0.78% 0.69% -
XYZ 24.54 12.97 33.56 -
YUV 92.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 175 38 158 0 0.78 0.10 0.31 307.45 0.64 0.42
Hex AF 26 9E 0 4E A 1F 133 40 2A
Octal 257 46 236 0 116 12 37 463 100 52
Binary 10101111 100110 10011110 0 1001110 1010 11111 100110011 1000000 101010

Color Harmonies of #AF269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF269E

Black with #AF269E

Text Example


Text Example

White with #AF269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF269E; }

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

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

background-color css

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

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

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

border-color css

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

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

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