Html Css Color HEX #A031DD Dark Orchid

📋 copy color: '#A031DD'

red 160 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #A031DD

Tints of Dark Orchid #A031DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.4%

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

R = 37.21%
G = 11.4%
B = 51.4%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A031DD (or 0xA031DD) is known color: Dark Orchid. HEX triplet: A0, 31 and DD. RGB value is (160,49,221). Sum of RGB (Red+Green+Blue) = 160+49+221=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #A031DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031DD is #5FCE22. Grayscale: #656565. Windows color (decimal): -6278691 or 14496160. OLE color: 14496160.

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

Color convert

RGB 160 49 221 -
CMYK 0.28 0.78 0 0.13
HSL 278.72º 0.72% 0.53% -
HSV(B) 278.72º 0.78% 0.87% -
XYZ 28.65 14.89 69.77 -
YUV 101.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 160 49 221 0.28 0.78 0 0.13 278.72 0.72 0.53
Hex A0 31 DD 1C 4E 0 D 117 48 35
Octal 240 61 335 34 116 0 15 427 110 65
Binary 10100000 110001 11011101 11100 1001110 0 1101 100010111 1001000 110101

Color Harmonies of #A031DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031DD

Black with #A031DD

Text Example


Text Example

White with #A031DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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