Html Css Color HEX #A14CDB Dark Orchid

📋 copy color: '#A14CDB'

red 161 ◦ green 76 ◦ blue 219

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

Shades of Dark Orchid #A14CDB

Tints of Dark Orchid #A14CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

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

R = 35.31%
G = 16.67%
B = 48.03%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A14CDB (or 0xA14CDB) is known color: Dark Orchid. HEX triplet: A1, 4C and DB. RGB value is (161,76,219). Sum of RGB (Red+Green+Blue) = 161+76+219=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CDB is #5EB324. Grayscale: #757575. Windows color (decimal): -6206245 or 14372001. OLE color: 14372001.

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

Color convert

RGB 161 76 219 -
CMYK 0.26 0.65 0 0.14
HSL 275.66º 0.67% 0.58% -
HSV(B) 275.66º 0.65% 0.86% -
XYZ 30.07 17.86 68.88 -
YUV 117.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 161 76 219 0.26 0.65 0 0.14 275.66 0.67 0.58
Hex A1 4C DB 1A 41 0 E 114 43 3A
Octal 241 114 333 32 101 0 16 424 103 72
Binary 10100001 1001100 11011011 11010 1000001 0 1110 100010100 1000011 111010

Color Harmonies of #A14CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CDB

Black with #A14CDB

Text Example


Text Example

White with #A14CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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