Html Css Color HEX #A138DB Dark Orchid

📋 copy color: '#A138DB'

red 161 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #A138DB

Tints of Dark Orchid #A138DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

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

R = 36.93%
G = 12.84%
B = 50.23%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A138DB (or 0xA138DB) is known color: Dark Orchid. HEX triplet: A1, 38 and DB. RGB value is (161,56,219). Sum of RGB (Red+Green+Blue) = 161+56+219=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A138DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138DB is #5EC724. Grayscale: #696969. Windows color (decimal): -6211365 or 14366881. OLE color: 14366881.

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

Color convert

RGB 161 56 219 -
CMYK 0.26 0.74 0 0.14
HSL 278.65º 0.69% 0.54% -
HSV(B) 278.65º 0.74% 0.86% -
XYZ 28.9 15.52 68.49 -
YUV 105.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 161 56 219 0.26 0.74 0 0.14 278.65 0.69 0.54
Hex A1 38 DB 1A 4A 0 E 117 45 36
Octal 241 70 333 32 112 0 16 427 105 66
Binary 10100001 111000 11011011 11010 1001010 0 1110 100010111 1000101 110110

Color Harmonies of #A138DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138DB

Black with #A138DB

Text Example


Text Example

White with #A138DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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