Html Css Color HEX #A038DD Dark Orchid

📋 copy color: '#A038DD'

red 160 ◦ green 56 ◦ blue 221

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

Shades of Dark Orchid #A038DD

Tints of Dark Orchid #A038DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 36.61%
G = 12.81%
B = 50.57%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A038DD (or 0xA038DD) is known color: Dark Orchid. HEX triplet: A0, 38 and DD. RGB value is (160,56,221). Sum of RGB (Red+Green+Blue) = 160+56+221=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #A038DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038DD is #5FC722. Grayscale: #696969. Windows color (decimal): -6276899 or 14497952. OLE color: 14497952.

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

Color convert

RGB 160 56 221 -
CMYK 0.28 0.75 0 0.13
HSL 277.82º 0.71% 0.54% -
HSV(B) 277.82º 0.75% 0.87% -
XYZ 28.96 15.52 69.88 -
YUV 105.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 160 56 221 0.28 0.75 0 0.13 277.82 0.71 0.54
Hex A0 38 DD 1C 4B 0 D 116 47 36
Octal 240 70 335 34 113 0 15 426 107 66
Binary 10100000 111000 11011101 11100 1001011 0 1101 100010110 1000111 110110

Color Harmonies of #A038DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038DD

Black with #A038DD

Text Example


Text Example

White with #A038DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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