Html Css Color HEX #A138CE Dark Orchid

📋 copy color: '#A138CE'

red 161 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #A138CE

Tints of Dark Orchid #A138CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 38.06%
G = 13.24%
B = 48.7%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A138CE (or 0xA138CE) is known color: Dark Orchid. HEX triplet: A1, 38 and CE. RGB value is (161,56,206). Sum of RGB (Red+Green+Blue) = 161+56+206=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A138CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138CE is #5EC731. Grayscale: #686868. Windows color (decimal): -6211378 or 13514913. OLE color: 13514913.

HSL color Cylindrical-coordinate representation of color #A138CE: hue angle of 282º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A138CE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 56 206 -
CMYK 0.22 0.73 0 0.19
HSL 282º 0.6% 0.51% -
HSV(B) 282º 0.73% 0.81% -
XYZ 27.25 14.86 59.82 -
YUV 104.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 161 56 206 0.22 0.73 0 0.19 282 0.6 0.51
Hex A1 38 CE 16 49 0 13 11A 3C 33
Octal 241 70 316 26 111 0 23 432 74 63
Binary 10100001 111000 11001110 10110 1001001 0 10011 100011010 111100 110011

Color Harmonies of #A138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138CE

Black with #A138CE

Text Example


Text Example

White with #A138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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