Html Css Color HEX #A038BE Dark Orchid

📋 copy color: '#A038BE'

red 160 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #A038BE

Tints of Dark Orchid #A038BE

RGB

 RED value IS 160 (62.89% from 255) = 39.41%

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 39.41%
G = 13.79%
B = 46.8%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A038BE (or 0xA038BE) is known color: Dark Orchid. HEX triplet: A0, 38 and BE. RGB value is (160,56,190). Sum of RGB (Red+Green+Blue) = 160+56+190=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #A038BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038BE is #5FC741. Grayscale: #656565. Windows color (decimal): -6276930 or 12466336. OLE color: 12466336.

HSL color Cylindrical-coordinate representation of color #A038BE: hue angle of 286.57º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A038BE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 56 190 -
CMYK 0.16 0.71 0 0.25
HSL 286.57º 0.54% 0.48% -
HSV(B) 286.57º 0.71% 0.75% -
XYZ 25.21 14.02 50.09 -
YUV 102.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 160 56 190 0.16 0.71 0 0.25 286.57 0.54 0.48
Hex A0 38 BE 10 47 0 19 11F 36 30
Octal 240 70 276 20 107 0 31 437 66 60
Binary 10100000 111000 10111110 10000 1000111 0 11001 100011111 110110 110000

Color Harmonies of #A038BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038BE

Black with #A038BE

Text Example


Text Example

White with #A038BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038BE; }

 p { color: rgb(160,56,190); }

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

background-color css

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

 a { background-color: rgb(160,56,190); }

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

border-color css

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

 span { border-color: rgb(160,56,190); }

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