Html Css Color HEX #A144D1 Dark Orchid

📋 copy color: '#A144D1'

red 161 ◦ green 68 ◦ blue 209

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

Shades of Dark Orchid #A144D1

Tints of Dark Orchid #A144D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.53%

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 36.76%
G = 15.53%
B = 47.72%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A144D1 (or 0xA144D1) is known color: Dark Orchid. HEX triplet: A1, 44 and D1. RGB value is (161,68,209). Sum of RGB (Red+Green+Blue) = 161+68+209=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #A144D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144D1 is #5EBB2E. Grayscale: #6F6F6F. Windows color (decimal): -6208303 or 13714593. OLE color: 13714593.

HSL color Cylindrical-coordinate representation of color #A144D1: hue angle of 279.57º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A144D1 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 68 209 -
CMYK 0.23 0.67 0 0.18
HSL 279.57º 0.61% 0.54% -
HSV(B) 279.57º 0.67% 0.82% -
XYZ 28.27 16.31 61.98 -
YUV 111.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 161 68 209 0.23 0.67 0 0.18 279.57 0.61 0.54
Hex A1 44 D1 17 43 0 12 118 3D 36
Octal 241 104 321 27 103 0 22 430 75 66
Binary 10100001 1000100 11010001 10111 1000011 0 10010 100011000 111101 110110

Color Harmonies of #A144D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144D1

Black with #A144D1

Text Example


Text Example

White with #A144D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144D1; }

 p { color: rgb(161,68,209); }

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

background-color css

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

 a { background-color: rgb(161,68,209); }

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

border-color css

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

 span { border-color: rgb(161,68,209); }

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