Html Css Color HEX #A14ADB Dark Orchid

📋 copy color: '#A14ADB'

red 161 ◦ green 74 ◦ blue 219

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

Shades of Dark Orchid #A14ADB

Tints of Dark Orchid #A14ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

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

R = 35.46%
G = 16.3%
B = 48.24%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A14ADB (or 0xA14ADB) is known color: Dark Orchid. HEX triplet: A1, 4A and DB. RGB value is (161,74,219). Sum of RGB (Red+Green+Blue) = 161+74+219=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ADB is #5EB524. Grayscale: #747474. Windows color (decimal): -6206757 or 14371489. OLE color: 14371489.

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

Color convert

RGB 161 74 219 -
CMYK 0.26 0.66 0 0.14
HSL 276º 0.67% 0.57% -
HSV(B) 276º 0.66% 0.86% -
XYZ 29.93 17.59 68.84 -
YUV 116.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 161 74 219 0.26 0.66 0 0.14 276 0.67 0.57
Hex A1 4A DB 1A 42 0 E 114 43 39
Octal 241 112 333 32 102 0 16 424 103 71
Binary 10100001 1001010 11011011 11010 1000010 0 1110 100010100 1000011 111001

Color Harmonies of #A14ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ADB

Black with #A14ADB

Text Example


Text Example

White with #A14ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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