Html Css Color HEX #AF269C Medium Red Violet

📋 copy color: '#AF269C'

red 175 ◦ green 38 ◦ blue 156

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

Shades of Medium Red Violet #AF269C

Tints of Medium Red Violet #AF269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 47.43%
G = 10.3%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF269C (or 0xAF269C) is known color: Medium Red Violet. HEX triplet: AF, 26 and 9C. RGB value is (175,38,156). Sum of RGB (Red+Green+Blue) = 175+38+156=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF269C is #50D963. Grayscale: #5C5C5C. Windows color (decimal): -5298532 or 10233519. OLE color: 10233519.

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

Color convert

RGB 175 38 156 -
CMYK 0 0.78 0.11 0.31
HSL 308.32º 0.64% 0.42% -
HSV(B) 308.32º 0.78% 0.69% -
XYZ 24.37 12.9 32.66 -
YUV 92.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 175 38 156 0 0.78 0.11 0.31 308.32 0.64 0.42
Hex AF 26 9C 0 4E B 1F 134 40 2A
Octal 257 46 234 0 116 13 37 464 100 52
Binary 10101111 100110 10011100 0 1001110 1011 11111 100110100 1000000 101010

Color Harmonies of #AF269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF269C

Black with #AF269C

Text Example


Text Example

White with #AF269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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