Html Css Color HEX #A136DB Dark Orchid

📋 copy color: '#A136DB'

red 161 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #A136DB

Tints of Dark Orchid #A136DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.44%

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

R = 37.1%
G = 12.44%
B = 50.46%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A136DB (or 0xA136DB) is known color: Dark Orchid. HEX triplet: A1, 36 and DB. RGB value is (161,54,219). Sum of RGB (Red+Green+Blue) = 161+54+219=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A136DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136DB is #5EC924. Grayscale: #686868. Windows color (decimal): -6211877 or 14366369. OLE color: 14366369.

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

Color convert

RGB 161 54 219 -
CMYK 0.26 0.75 0 0.14
HSL 278.91º 0.7% 0.54% -
HSV(B) 278.91º 0.75% 0.86% -
XYZ 28.8 15.33 68.46 -
YUV 104.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 161 54 219 0.26 0.75 0 0.14 278.91 0.7 0.54
Hex A1 36 DB 1A 4B 0 E 117 46 36
Octal 241 66 333 32 113 0 16 427 106 66
Binary 10100001 110110 11011011 11010 1001011 0 1110 100010111 1000110 110110

Color Harmonies of #A136DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136DB

Black with #A136DB

Text Example


Text Example

White with #A136DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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