Html Css Color HEX #AF2692 Medium Red Violet

📋 copy color: '#AF2692'

red 175 ◦ green 38 ◦ blue 146

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

Shades of Medium Red Violet #AF2692

Tints of Medium Red Violet #AF2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 48.75%
G = 10.58%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF2692 (or 0xAF2692) is known color: Medium Red Violet. HEX triplet: AF, 26 and 92. RGB value is (175,38,146). Sum of RGB (Red+Green+Blue) = 175+38+146=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2692 is #50D96D. Grayscale: #5A5A5A. Windows color (decimal): -5298542 or 9578159. OLE color: 9578159.

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

Color convert

RGB 175 38 146 -
CMYK 0 0.78 0.17 0.31
HSL 312.7º 0.64% 0.42% -
HSV(B) 312.7º 0.78% 0.69% -
XYZ 23.56 12.58 28.38 -
YUV 91.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 175 38 146 0 0.78 0.17 0.31 312.7 0.64 0.42
Hex AF 26 92 0 4E 11 1F 139 40 2A
Octal 257 46 222 0 116 21 37 471 100 52
Binary 10101111 100110 10010010 0 1001110 10001 11111 100111001 1000000 101010

Color Harmonies of #AF2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2692

Black with #AF2692

Text Example


Text Example

White with #AF2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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