Html Css Color HEX #AF48ED Medium Orchid

📋 copy color: '#AF48ED'

red 175 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #AF48ED

Tints of Medium Orchid #AF48ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 36.16%
G = 14.88%
B = 48.97%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF48ED (or 0xAF48ED) is known color: Medium Orchid. HEX triplet: AF, 48 and ED. RGB value is (175,72,237). Sum of RGB (Red+Green+Blue) = 175+72+237=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48ED is #50B712. Grayscale: #797979. Windows color (decimal): -5289747 or 15550639. OLE color: 15550639.

HSL color Cylindrical-coordinate representation of color #AF48ED: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF48ED is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 72 237 -
CMYK 0.26 0.70 0 0.07
HSL 277.45º 0.82% 0.61% -
HSV(B) 277.45º 0.7% 0.93% -
XYZ 35.28 19.86 82.1 -
YUV 121.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 175 72 237 0.26 0.70 0 0.07 277.45 0.82 0.61
Hex AF 48 ED 1A 46 0 7 115 52 3D
Octal 257 110 355 32 106 0 7 425 122 75
Binary 10101111 1001000 11101101 11010 1000110 0 111 100010101 1010010 111101

Color Harmonies of #AF48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48ED

Black with #AF48ED

Text Example


Text Example

White with #AF48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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