Html Css Color HEX #A143CD Dark Orchid

📋 copy color: '#A143CD'

red 161 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #A143CD

Tints of Dark Orchid #A143CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 37.18%
G = 15.47%
B = 47.34%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A143CD (or 0xA143CD) is known color: Dark Orchid. HEX triplet: A1, 43 and CD. RGB value is (161,67,205). Sum of RGB (Red+Green+Blue) = 161+67+205=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A143CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143CD is #5EBC32. Grayscale: #6E6E6E. Windows color (decimal): -6208563 or 13452193. OLE color: 13452193.

HSL color Cylindrical-coordinate representation of color #A143CD: hue angle of 280.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A143CD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 67 205 -
CMYK 0.21 0.67 0 0.20
HSL 280.87º 0.58% 0.53% -
HSV(B) 280.87º 0.67% 0.8% -
XYZ 27.72 16 59.38 -
YUV 110.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 161 67 205 0.21 0.67 0 0.20 280.87 0.58 0.53
Hex A1 43 CD 15 43 0 14 119 3A 35
Octal 241 103 315 25 103 0 24 431 72 65
Binary 10100001 1000011 11001101 10101 1000011 0 10100 100011001 111010 110101

Color Harmonies of #A143CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143CD

Black with #A143CD

Text Example


Text Example

White with #A143CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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