Html Css Color HEX #A038B9 Dark Orchid

📋 copy color: '#A038B9'

red 160 ◦ green 56 ◦ blue 185

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

Shades of Dark Orchid #A038B9

Tints of Dark Orchid #A038B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 39.9%
G = 13.97%
B = 46.13%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A038B9 (or 0xA038B9) is known color: Dark Orchid. HEX triplet: A0, 38 and B9. RGB value is (160,56,185). Sum of RGB (Red+Green+Blue) = 160+56+185=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #A038B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038B9 is #5FC746. Grayscale: #656565. Windows color (decimal): -6276935 or 12138656. OLE color: 12138656.

HSL color Cylindrical-coordinate representation of color #A038B9: hue angle of 288.37º 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 #A038B9 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 56 185 -
CMYK 0.14 0.70 0 0.27
HSL 288.37º 0.54% 0.47% -
HSV(B) 288.37º 0.7% 0.73% -
XYZ 24.67 13.8 47.26 -
YUV 101.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 160 56 185 0.14 0.70 0 0.27 288.37 0.54 0.47
Hex A0 38 B9 E 46 0 1B 120 36 2F
Octal 240 70 271 16 106 0 33 440 66 57
Binary 10100000 111000 10111001 1110 1000110 0 11011 100100000 110110 101111

Color Harmonies of #A038B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038B9

Black with #A038B9

Text Example


Text Example

White with #A038B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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