Html Css Color HEX #A144DB Dark Orchid

📋 copy color: '#A144DB'

red 161 ◦ green 68 ◦ blue 219

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

Shades of Dark Orchid #A144DB

Tints of Dark Orchid #A144DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 35.94%
G = 15.18%
B = 48.88%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A144DB (or 0xA144DB) is known color: Dark Orchid. HEX triplet: A1, 44 and DB. RGB value is (161,68,219). Sum of RGB (Red+Green+Blue) = 161+68+219=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A144DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144DB is #5EBB24. Grayscale: #707070. Windows color (decimal): -6208293 or 14369953. OLE color: 14369953.

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

Color convert

RGB 161 68 219 -
CMYK 0.26 0.69 0 0.14
HSL 276.95º 0.68% 0.56% -
HSV(B) 276.95º 0.69% 0.86% -
XYZ 29.55 16.83 68.71 -
YUV 113.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 161 68 219 0.26 0.69 0 0.14 276.95 0.68 0.56
Hex A1 44 DB 1A 45 0 E 115 44 38
Octal 241 104 333 32 105 0 16 425 104 70
Binary 10100001 1000100 11011011 11010 1000101 0 1110 100010101 1000100 111000

Color Harmonies of #A144DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144DB

Black with #A144DB

Text Example


Text Example

White with #A144DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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