Html Css Color HEX #A144DD Dark Orchid

📋 copy color: '#A144DD'

red 161 ◦ green 68 ◦ blue 221

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

Shades of Dark Orchid #A144DD

Tints of Dark Orchid #A144DD

RGB

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

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

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

R = 35.78%
G = 15.11%
B = 49.11%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A144DD (or 0xA144DD) is known color: Dark Orchid. HEX triplet: A1, 44 and DD. RGB value is (161,68,221). Sum of RGB (Red+Green+Blue) = 161+68+221=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #A144DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144DD is #5EBB22. Grayscale: #707070. Windows color (decimal): -6208291 or 14501025. OLE color: 14501025.

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

Color convert

RGB 161 68 221 -
CMYK 0.27 0.69 0 0.13
HSL 276.47º 0.69% 0.57% -
HSV(B) 276.47º 0.69% 0.87% -
XYZ 29.82 16.93 70.1 -
YUV 113.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 161 68 221 0.27 0.69 0 0.13 276.47 0.69 0.57
Hex A1 44 DD 1B 45 0 D 114 45 39
Octal 241 104 335 33 105 0 15 424 105 71
Binary 10100001 1000100 11011101 11011 1000101 0 1101 100010100 1000101 111001

Color Harmonies of #A144DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144DD

Black with #A144DD

Text Example


Text Example

White with #A144DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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