Html Css Color HEX #A048D3 Dark Orchid

📋 copy color: '#A048D3'

red 160 ◦ green 72 ◦ blue 211

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

Shades of Dark Orchid #A048D3

Tints of Dark Orchid #A048D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.63%

R = 36.12%
G = 16.25%
B = 47.63%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A048D3 (or 0xA048D3) is known color: Dark Orchid. HEX triplet: A0, 48 and D3. RGB value is (160,72,211). Sum of RGB (Red+Green+Blue) = 160+72+211=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #A048D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048D3 is #5FB72C. Grayscale: #717171. Windows color (decimal): -6272813 or 13846688. OLE color: 13846688.

HSL color Cylindrical-coordinate representation of color #A048D3: hue angle of 277.99º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A048D3 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 72 211 -
CMYK 0.24 0.66 0 0.17
HSL 277.99º 0.61% 0.55% -
HSV(B) 277.99º 0.66% 0.83% -
XYZ 28.57 16.81 63.37 -
YUV 114.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 160 72 211 0.24 0.66 0 0.17 277.99 0.61 0.55
Hex A0 48 D3 18 42 0 11 116 3D 37
Octal 240 110 323 30 102 0 21 426 75 67
Binary 10100000 1001000 11010011 11000 1000010 0 10001 100010110 111101 110111

Color Harmonies of #A048D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048D3

Black with #A048D3

Text Example


Text Example

White with #A048D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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