Html Css Color HEX #A143E1 Dark Orchid

📋 copy color: '#A143E1'

red 161 ◦ green 67 ◦ blue 225

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

Shades of Dark Orchid #A143E1

Tints of Dark Orchid #A143E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.67%

R = 35.54%
G = 14.79%
B = 49.67%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A143E1 (or 0xA143E1) is known color: Dark Orchid. HEX triplet: A1, 43 and E1. RGB value is (161,67,225). Sum of RGB (Red+Green+Blue) = 161+67+225=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #A143E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143E1 is #5EBC1E. Grayscale: #707070. Windows color (decimal): -6208543 or 14762913. OLE color: 14762913.

HSL color Cylindrical-coordinate representation of color #A143E1: hue angle of 275.7º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A143E1 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 67 225 -
CMYK 0.28 0.70 0 0.12
HSL 275.7º 0.72% 0.57% -
HSV(B) 275.7º 0.7% 0.88% -
XYZ 30.3 17.03 72.92 -
YUV 113.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 161 67 225 0.28 0.70 0 0.12 275.7 0.72 0.57
Hex A1 43 E1 1C 46 0 C 114 48 39
Octal 241 103 341 34 106 0 14 424 110 71
Binary 10100001 1000011 11100001 11100 1000110 0 1100 100010100 1001000 111001

Color Harmonies of #A143E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143E1

Black with #A143E1

Text Example


Text Example

White with #A143E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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