Html Css Color HEX #A138CB Dark Orchid

📋 copy color: '#A138CB'

red 161 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #A138CB

Tints of Dark Orchid #A138CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 38.33%
G = 13.33%
B = 48.33%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A138CB (or 0xA138CB) is known color: Dark Orchid. HEX triplet: A1, 38 and CB. RGB value is (161,56,203). Sum of RGB (Red+Green+Blue) = 161+56+203=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A138CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138CB is #5EC734. Grayscale: #676767. Windows color (decimal): -6211381 or 13318305. OLE color: 13318305.

HSL color Cylindrical-coordinate representation of color #A138CB: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A138CB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 56 203 -
CMYK 0.21 0.72 0 0.20
HSL 282.86º 0.59% 0.51% -
HSV(B) 282.86º 0.72% 0.8% -
XYZ 26.89 14.72 57.92 -
YUV 104.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 161 56 203 0.21 0.72 0 0.20 282.86 0.59 0.51
Hex A1 38 CB 15 48 0 14 11B 3B 33
Octal 241 70 313 25 110 0 24 433 73 63
Binary 10100001 111000 11001011 10101 1001000 0 10100 100011011 111011 110011

Color Harmonies of #A138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138CB

Black with #A138CB

Text Example


Text Example

White with #A138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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