Html Css Color HEX #A038D1 Dark Orchid

📋 copy color: '#A038D1'

red 160 ◦ green 56 ◦ blue 209

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

Shades of Dark Orchid #A038D1

Tints of Dark Orchid #A038D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 37.65%
G = 13.18%
B = 49.18%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A038D1 (or 0xA038D1) is known color: Dark Orchid. HEX triplet: A0, 38 and D1. RGB value is (160,56,209). Sum of RGB (Red+Green+Blue) = 160+56+209=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #A038D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038D1 is #5FC72E. Grayscale: #686868. Windows color (decimal): -6276911 or 13711520. OLE color: 13711520.

HSL color Cylindrical-coordinate representation of color #A038D1: hue angle of 280.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A038D1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 56 209 -
CMYK 0.23 0.73 0 0.18
HSL 280.78º 0.62% 0.52% -
HSV(B) 280.78º 0.73% 0.82% -
XYZ 27.42 14.91 61.75 -
YUV 104.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 160 56 209 0.23 0.73 0 0.18 280.78 0.62 0.52
Hex A0 38 D1 17 49 0 12 119 3E 34
Octal 240 70 321 27 111 0 22 431 76 64
Binary 10100000 111000 11010001 10111 1001001 0 10010 100011001 111110 110100

Color Harmonies of #A038D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038D1

Black with #A038D1

Text Example


Text Example

White with #A038D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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