Html Css Color HEX #A138BA Dark Orchid

📋 copy color: '#A138BA'

red 161 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #A138BA

Tints of Dark Orchid #A138BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 39.95%
G = 13.9%
B = 46.15%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A138BA (or 0xA138BA) is known color: Dark Orchid. HEX triplet: A1, 38 and BA. RGB value is (161,56,186). Sum of RGB (Red+Green+Blue) = 161+56+186=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A138BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138BA is #5EC745. Grayscale: #656565. Windows color (decimal): -6211398 or 12204193. OLE color: 12204193.

HSL color Cylindrical-coordinate representation of color #A138BA: hue angle of 288.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A138BA is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 56 186 -
CMYK 0.13 0.70 0 0.27
HSL 288.46º 0.54% 0.47% -
HSV(B) 288.46º 0.7% 0.73% -
XYZ 24.98 13.95 47.83 -
YUV 102.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 161 56 186 0.13 0.70 0 0.27 288.46 0.54 0.47
Hex A1 38 BA D 46 0 1B 120 36 2F
Octal 241 70 272 15 106 0 33 440 66 57
Binary 10100001 111000 10111010 1101 1000110 0 11011 100100000 110110 101111

Color Harmonies of #A138BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138BA

Black with #A138BA

Text Example


Text Example

White with #A138BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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