Html Css Color HEX #A048CE Dark Orchid

📋 copy color: '#A048CE'

red 160 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #A048CE

Tints of Dark Orchid #A048CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 36.53%
G = 16.44%
B = 47.03%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A048CE (or 0xA048CE) is known color: Dark Orchid. HEX triplet: A0, 48 and CE. RGB value is (160,72,206). Sum of RGB (Red+Green+Blue) = 160+72+206=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #A048CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048CE is #5FB731. Grayscale: #717171. Windows color (decimal): -6272818 or 13519008. OLE color: 13519008.

HSL color Cylindrical-coordinate representation of color #A048CE: hue angle of 279.4º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A048CE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 72 206 -
CMYK 0.22 0.65 0 0.19
HSL 279.4º 0.58% 0.55% -
HSV(B) 279.4º 0.65% 0.81% -
XYZ 27.96 16.56 60.12 -
YUV 113.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 160 72 206 0.22 0.65 0 0.19 279.4 0.58 0.55
Hex A0 48 CE 16 41 0 13 117 3A 37
Octal 240 110 316 26 101 0 23 427 72 67
Binary 10100000 1001000 11001110 10110 1000001 0 10011 100010111 111010 110111

Color Harmonies of #A048CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048CE

Black with #A048CE

Text Example


Text Example

White with #A048CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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