Html Css Color HEX #A138D1 Dark Orchid

📋 copy color: '#A138D1'

red 161 ◦ green 56 ◦ blue 209

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

Shades of Dark Orchid #A138D1

Tints of Dark Orchid #A138D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.06%

R = 37.79%
G = 13.15%
B = 49.06%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A138D1 (or 0xA138D1) is known color: Dark Orchid. HEX triplet: A1, 38 and D1. RGB value is (161,56,209). Sum of RGB (Red+Green+Blue) = 161+56+209=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #A138D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138D1 is #5EC72E. Grayscale: #686868. Windows color (decimal): -6211375 or 13711521. OLE color: 13711521.

HSL color Cylindrical-coordinate representation of color #A138D1: hue angle of 281.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A138D1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 56 209 -
CMYK 0.23 0.73 0 0.18
HSL 281.18º 0.62% 0.52% -
HSV(B) 281.18º 0.73% 0.82% -
XYZ 27.62 15.01 61.76 -
YUV 104.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 161 56 209 0.23 0.73 0 0.18 281.18 0.62 0.52
Hex A1 38 D1 17 49 0 12 119 3E 34
Octal 241 70 321 27 111 0 22 431 76 64
Binary 10100001 111000 11010001 10111 1001001 0 10010 100011001 111110 110100

Color Harmonies of #A138D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138D1

Black with #A138D1

Text Example


Text Example

White with #A138D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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