Html Css Color HEX #AF48DD Medium Orchid

📋 copy color: '#AF48DD'

red 175 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #AF48DD

Tints of Medium Orchid #AF48DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 37.39%
G = 15.38%
B = 47.22%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF48DD (or 0xAF48DD) is known color: Medium Orchid. HEX triplet: AF, 48 and DD. RGB value is (175,72,221). Sum of RGB (Red+Green+Blue) = 175+72+221=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF48DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48DD is #50B722. Grayscale: #777777. Windows color (decimal): -5289763 or 14502063. OLE color: 14502063.

HSL color Cylindrical-coordinate representation of color #AF48DD: hue angle of 281.48º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF48DD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 72 221 -
CMYK 0.21 0.67 0 0.13
HSL 281.48º 0.69% 0.57% -
HSV(B) 281.48º 0.67% 0.87% -
XYZ 33.05 18.97 70.33 -
YUV 119.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 175 72 221 0.21 0.67 0 0.13 281.48 0.69 0.57
Hex AF 48 DD 15 43 0 D 119 45 39
Octal 257 110 335 25 103 0 15 431 105 71
Binary 10101111 1001000 11011101 10101 1000011 0 1101 100011001 1000101 111001

Color Harmonies of #AF48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48DD

Black with #AF48DD

Text Example


Text Example

White with #AF48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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