Html Css Color HEX #A143DD Dark Orchid

📋 copy color: '#A143DD'

red 161 ◦ green 67 ◦ blue 221

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

Shades of Dark Orchid #A143DD

Tints of Dark Orchid #A143DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 35.86%
G = 14.92%
B = 49.22%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A143DD (or 0xA143DD) is known color: Dark Orchid. HEX triplet: A1, 43 and DD. RGB value is (161,67,221). Sum of RGB (Red+Green+Blue) = 161+67+221=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A143DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143DD is #5EBC22. Grayscale: #707070. Windows color (decimal): -6208547 or 14500769. OLE color: 14500769.

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

Color convert

RGB 161 67 221 -
CMYK 0.27 0.70 0 0.13
HSL 276.62º 0.69% 0.56% -
HSV(B) 276.62º 0.7% 0.87% -
XYZ 29.76 16.81 70.08 -
YUV 112.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 161 67 221 0.27 0.70 0 0.13 276.62 0.69 0.56
Hex A1 43 DD 1B 46 0 D 115 45 38
Octal 241 103 335 33 106 0 15 425 105 70
Binary 10100001 1000011 11011101 11011 1000110 0 1101 100010101 1000101 111000

Color Harmonies of #A143DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143DD

Black with #A143DD

Text Example


Text Example

White with #A143DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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