Html Css Color HEX #A143DC Dark Orchid

📋 copy color: '#A143DC'

red 161 ◦ green 67 ◦ blue 220

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

Shades of Dark Orchid #A143DC

Tints of Dark Orchid #A143DC

RGB

 RED value IS 161 (63.28% from 255) = 35.94%

 GREEN value IS 67 (26.56% from 255) = 14.96%

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

R = 35.94%
G = 14.96%
B = 49.11%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A143DC (or 0xA143DC) is known color: Dark Orchid. HEX triplet: A1, 43 and DC. RGB value is (161,67,220). Sum of RGB (Red+Green+Blue) = 161+67+220=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #A143DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143DC is #5EBC23. Grayscale: #707070. Windows color (decimal): -6208548 or 14435233. OLE color: 14435233.

HSL color Cylindrical-coordinate representation of color #A143DC: hue angle of 276.86º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A143DC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 67 220 -
CMYK 0.27 0.70 0 0.14
HSL 276.86º 0.69% 0.56% -
HSV(B) 276.86º 0.7% 0.86% -
XYZ 29.62 16.76 69.38 -
YUV 112.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 161 67 220 0.27 0.70 0 0.14 276.86 0.69 0.56
Hex A1 43 DC 1B 46 0 E 115 45 38
Octal 241 103 334 33 106 0 16 425 105 70
Binary 10100001 1000011 11011100 11011 1000110 0 1110 100010101 1000101 111000

Color Harmonies of #A143DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143DC

Black with #A143DC

Text Example


Text Example

White with #A143DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143DC; }

 p { color: rgb(161,67,220); }

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

background-color css

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

 a { background-color: rgb(161,67,220); }

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

border-color css

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

 span { border-color: rgb(161,67,220); }

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