Html Css Color HEX #AF48DB Medium Orchid

📋 copy color: '#AF48DB'

red 175 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #AF48DB

Tints of Medium Orchid #AF48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 37.55%
G = 15.45%
B = 47%

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

#AF48DB (or 0xAF48DB) is known color: Medium Orchid. HEX triplet: AF, 48 and DB. RGB value is (175,72,219). Sum of RGB (Red+Green+Blue) = 175+72+219=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48DB is #50B724. Grayscale: #777777. Windows color (decimal): -5289765 or 14370991. OLE color: 14370991.

HSL color Cylindrical-coordinate representation of color #AF48DB: hue angle of 282.04º degrees, saturation: 0.67, 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 #AF48DB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 72 219 -
CMYK 0.20 0.67 0 0.14
HSL 282.04º 0.67% 0.57% -
HSV(B) 282.04º 0.67% 0.86% -
XYZ 32.78 18.86 68.93 -
YUV 119.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 175 72 219 0.20 0.67 0 0.14 282.04 0.67 0.57
Hex AF 48 DB 14 43 0 E 11A 43 39
Octal 257 110 333 24 103 0 16 432 103 71
Binary 10101111 1001000 11011011 10100 1000011 0 1110 100011010 1000011 111001

Color Harmonies of #AF48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48DB

Black with #AF48DB

Text Example


Text Example

White with #AF48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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