Html Css Color HEX #A048DC Dark Orchid

📋 copy color: '#A048DC'

red 160 ◦ green 72 ◦ blue 220

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

Shades of Dark Orchid #A048DC

Tints of Dark Orchid #A048DC

RGB

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

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

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

R = 35.4%
G = 15.93%
B = 48.67%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A048DC (or 0xA048DC) is known color: Dark Orchid. HEX triplet: A0, 48 and DC. RGB value is (160,72,220). Sum of RGB (Red+Green+Blue) = 160+72+220=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #A048DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048DC is #5FB723. Grayscale: #727272. Windows color (decimal): -6272804 or 14436512. OLE color: 14436512.

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

Color convert

RGB 160 72 220 -
CMYK 0.27 0.67 0 0.14
HSL 275.68º 0.68% 0.57% -
HSV(B) 275.68º 0.67% 0.86% -
XYZ 29.73 17.28 69.48 -
YUV 115.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 160 72 220 0.27 0.67 0 0.14 275.68 0.68 0.57
Hex A0 48 DC 1B 43 0 E 114 44 39
Octal 240 110 334 33 103 0 16 424 104 71
Binary 10100000 1001000 11011100 11011 1000011 0 1110 100010100 1000100 111001

Color Harmonies of #A048DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048DC

Black with #A048DC

Text Example


Text Example

White with #A048DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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