Html Css Color HEX #A138AE Dark Orchid

📋 copy color: '#A138AE'

red 161 ◦ green 56 ◦ blue 174

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

Shades of Dark Orchid #A138AE

Tints of Dark Orchid #A138AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 41.18%
G = 14.32%
B = 44.5%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A138AE (or 0xA138AE) is known color: Dark Orchid. HEX triplet: A1, 38 and AE. RGB value is (161,56,174). Sum of RGB (Red+Green+Blue) = 161+56+174=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A138AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138AE is #5EC751. Grayscale: #646464. Windows color (decimal): -6211410 or 11417761. OLE color: 11417761.

HSL color Cylindrical-coordinate representation of color #A138AE: hue angle of 293.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A138AE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 56 174 -
CMYK 0.07 0.68 0 0.32
HSL 293.39º 0.51% 0.45% -
HSV(B) 293.39º 0.68% 0.68% -
XYZ 23.75 13.46 41.39 -
YUV 100.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 161 56 174 0.07 0.68 0 0.32 293.39 0.51 0.45
Hex A1 38 AE 7 44 0 20 125 33 2D
Octal 241 70 256 7 104 0 40 445 63 55
Binary 10100001 111000 10101110 111 1000100 0 100000 100100101 110011 101101

Color Harmonies of #A138AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138AE

Black with #A138AE

Text Example


Text Example

White with #A138AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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