Html Css Color HEX #AF438D Medium Red Violet

📋 copy color: '#AF438D'

red 175 ◦ green 67 ◦ blue 141

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

Shades of Medium Red Violet #AF438D

Tints of Medium Red Violet #AF438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 45.69%
G = 17.49%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF438D (or 0xAF438D) is known color: Medium Red Violet. HEX triplet: AF, 43 and 8D. RGB value is (175,67,141). Sum of RGB (Red+Green+Blue) = 175+67+141=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF438D is #50BC72. Grayscale: #6B6B6B. Windows color (decimal): -5291123 or 9257903. OLE color: 9257903.

HSL color Cylindrical-coordinate representation of color #AF438D: hue angle of 318.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF438D is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 141 -
CMYK 0 0.62 0.19 0.31
HSL 318.89º 0.45% 0.47% -
HSV(B) 318.89º 0.62% 0.69% -
XYZ 24.49 15.05 26.81 -
YUV 107.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 175 67 141 0 0.62 0.19 0.31 318.89 0.45 0.47
Hex AF 43 8D 0 3E 13 1F 13F 2D 2F
Octal 257 103 215 0 76 23 37 477 55 57
Binary 10101111 1000011 10001101 0 111110 10011 11111 100111111 101101 101111

Color Harmonies of #AF438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF438D

Black with #AF438D

Text Example


Text Example

White with #AF438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF438D; }

 p { color: rgb(175,67,141); }

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

background-color css

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

 a { background-color: rgb(175,67,141); }

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

border-color css

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

 span { border-color: rgb(175,67,141); }

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