Html Css Color HEX #A038D0 Dark Orchid

📋 copy color: '#A038D0'

red 160 ◦ green 56 ◦ blue 208

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

Shades of Dark Orchid #A038D0

Tints of Dark Orchid #A038D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 37.74%
G = 13.21%
B = 49.06%

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

#A038D0 (or 0xA038D0) is known color: Dark Orchid. HEX triplet: A0, 38 and D0. RGB value is (160,56,208). Sum of RGB (Red+Green+Blue) = 160+56+208=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #A038D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038D0 is #5FC72F. Grayscale: #676767. Windows color (decimal): -6276912 or 13645984. OLE color: 13645984.

HSL color Cylindrical-coordinate representation of color #A038D0: hue angle of 281.05º 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 #A038D0 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 56 208 -
CMYK 0.23 0.73 0 0.18
HSL 281.05º 0.62% 0.52% -
HSV(B) 281.05º 0.73% 0.82% -
XYZ 27.3 14.86 61.1 -
YUV 104.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 160 56 208 0.23 0.73 0 0.18 281.05 0.62 0.52
Hex A0 38 D0 17 49 0 12 119 3E 34
Octal 240 70 320 27 111 0 22 431 76 64
Binary 10100000 111000 11010000 10111 1001001 0 10010 100011001 111110 110100

Color Harmonies of #A038D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038D0

Black with #A038D0

Text Example


Text Example

White with #A038D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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