Html Css Color HEX #AF48D9 Medium Orchid

📋 copy color: '#AF48D9'

red 175 ◦ green 72 ◦ blue 217

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

Shades of Medium Orchid #AF48D9

Tints of Medium Orchid #AF48D9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.52%

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 37.72%
G = 15.52%
B = 46.77%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF48D9 (or 0xAF48D9) is known color: Medium Orchid. HEX triplet: AF, 48 and D9. RGB value is (175,72,217). Sum of RGB (Red+Green+Blue) = 175+72+217=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF48D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48D9 is #50B726. Grayscale: #767676. Windows color (decimal): -5289767 or 14239919. OLE color: 14239919.

HSL color Cylindrical-coordinate representation of color #AF48D9: hue angle of 282.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF48D9 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 72 217 -
CMYK 0.19 0.67 0 0.15
HSL 282.62º 0.66% 0.57% -
HSV(B) 282.62º 0.67% 0.85% -
XYZ 32.52 18.76 67.55 -
YUV 119.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 175 72 217 0.19 0.67 0 0.15 282.62 0.66 0.57
Hex AF 48 D9 13 43 0 F 11B 42 39
Octal 257 110 331 23 103 0 17 433 102 71
Binary 10101111 1001000 11011001 10011 1000011 0 1111 100011011 1000010 111001

Color Harmonies of #AF48D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48D9

Black with #AF48D9

Text Example


Text Example

White with #AF48D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48D9; }

 p { color: rgb(175,72,217); }

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

background-color css

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

 a { background-color: rgb(175,72,217); }

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

border-color css

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

 span { border-color: rgb(175,72,217); }

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