Html Css Color HEX #A146DB Dark Orchid

📋 copy color: '#A146DB'

red 161 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #A146DB

Tints of Dark Orchid #A146DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.56%

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

R = 35.78%
G = 15.56%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A146DB (or 0xA146DB) is known color: Dark Orchid. HEX triplet: A1, 46 and DB. RGB value is (161,70,219). Sum of RGB (Red+Green+Blue) = 161+70+219=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #A146DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146DB is #5EB924. Grayscale: #717171. Windows color (decimal): -6207781 or 14370465. OLE color: 14370465.

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

Color convert

RGB 161 70 219 -
CMYK 0.26 0.68 0 0.14
HSL 276.64º 0.67% 0.57% -
HSV(B) 276.64º 0.68% 0.86% -
XYZ 29.67 17.07 68.75 -
YUV 114.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 161 70 219 0.26 0.68 0 0.14 276.64 0.67 0.57
Hex A1 46 DB 1A 44 0 E 115 43 39
Octal 241 106 333 32 104 0 16 425 103 71
Binary 10100001 1000110 11011011 11010 1000100 0 1110 100010101 1000011 111001

Color Harmonies of #A146DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146DB

Black with #A146DB

Text Example


Text Example

White with #A146DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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