Html Css Color HEX #AF48DC Medium Orchid

📋 copy color: '#AF48DC'

red 175 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #AF48DC

Tints of Medium Orchid #AF48DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 37.47%
G = 15.42%
B = 47.11%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF48DC (or 0xAF48DC) is known color: Medium Orchid. HEX triplet: AF, 48 and DC. RGB value is (175,72,220). Sum of RGB (Red+Green+Blue) = 175+72+220=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF48DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48DC is #50B723. Grayscale: #777777. Windows color (decimal): -5289764 or 14436527. OLE color: 14436527.

HSL color Cylindrical-coordinate representation of color #AF48DC: hue angle of 281.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF48DC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 72 220 -
CMYK 0.20 0.67 0 0.14
HSL 281.76º 0.68% 0.57% -
HSV(B) 281.76º 0.67% 0.86% -
XYZ 32.91 18.92 69.63 -
YUV 119.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 175 72 220 0.20 0.67 0 0.14 281.76 0.68 0.57
Hex AF 48 DC 14 43 0 E 11A 44 39
Octal 257 110 334 24 103 0 16 432 104 71
Binary 10101111 1001000 11011100 10100 1000011 0 1110 100011010 1000100 111001

Color Harmonies of #AF48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48DC

Black with #AF48DC

Text Example


Text Example

White with #AF48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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