Html Css Color HEX #A046DF Dark Orchid

📋 copy color: '#A046DF'

red 160 ◦ green 70 ◦ blue 223

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

Shades of Dark Orchid #A046DF

Tints of Dark Orchid #A046DF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

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

R = 35.32%
G = 15.45%
B = 49.23%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A046DF (or 0xA046DF) is known color: Dark Orchid. HEX triplet: A0, 46 and DF. RGB value is (160,70,223). Sum of RGB (Red+Green+Blue) = 160+70+223=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #A046DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046DF is #5FB920. Grayscale: #717171. Windows color (decimal): -6273313 or 14632608. OLE color: 14632608.

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

Color convert

RGB 160 70 223 -
CMYK 0.28 0.69 0 0.13
HSL 275.29º 0.71% 0.57% -
HSV(B) 275.29º 0.69% 0.87% -
XYZ 30.01 17.18 71.55 -
YUV 114.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 160 70 223 0.28 0.69 0 0.13 275.29 0.71 0.57
Hex A0 46 DF 1C 45 0 D 113 47 39
Octal 240 106 337 34 105 0 15 423 107 71
Binary 10100000 1000110 11011111 11100 1000101 0 1101 100010011 1000111 111001

Color Harmonies of #A046DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046DF

Black with #A046DF

Text Example


Text Example

White with #A046DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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