Html Css Color HEX #A048DF Dark Orchid

📋 copy color: '#A048DF'

red 160 ◦ green 72 ◦ blue 223

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

Shades of Dark Orchid #A048DF

Tints of Dark Orchid #A048DF

RGB

 RED value IS 160 (62.89% from 255) = 35.16%

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 35.16%
G = 15.82%
B = 49.01%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A048DF (or 0xA048DF) is known color: Dark Orchid. HEX triplet: A0, 48 and DF. RGB value is (160,72,223). Sum of RGB (Red+Green+Blue) = 160+72+223=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A048DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048DF is #5FB720. Grayscale: #737373. Windows color (decimal): -6272801 or 14633120. OLE color: 14633120.

HSL color Cylindrical-coordinate representation of color #A048DF: hue angle of 274.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A048DF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 72 223 -
CMYK 0.28 0.68 0 0.13
HSL 274.97º 0.7% 0.58% -
HSV(B) 274.97º 0.68% 0.87% -
XYZ 30.13 17.44 71.59 -
YUV 115.53 188.65 159.72 -
System Red Green Blue C M Y K H S L
Decimal 160 72 223 0.28 0.68 0 0.13 274.97 0.7 0.58
Hex A0 48 DF 1C 44 0 D 113 46 3A
Octal 240 110 337 34 104 0 15 423 106 72
Binary 10100000 1001000 11011111 11100 1000100 0 1101 100010011 1000110 111010

Color Harmonies of #A048DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048DF

Black with #A048DF

Text Example


Text Example

White with #A048DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048DF; }

 p { color: rgb(160,72,223); }

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

background-color css

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

 a { background-color: rgb(160,72,223); }

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

border-color css

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

 span { border-color: rgb(160,72,223); }

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