Html Css Color HEX #A031DA Dark Orchid

📋 copy color: '#A031DA'

red 160 ◦ green 49 ◦ blue 218

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

Shades of Dark Orchid #A031DA

Tints of Dark Orchid #A031DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 37.47%
G = 11.48%
B = 51.05%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A031DA (or 0xA031DA) is known color: Dark Orchid. HEX triplet: A0, 31 and DA. RGB value is (160,49,218). Sum of RGB (Red+Green+Blue) = 160+49+218=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #A031DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031DA is #5FCE25. Grayscale: #646464. Windows color (decimal): -6278694 or 14299552. OLE color: 14299552.

HSL color Cylindrical-coordinate representation of color #A031DA: hue angle of 279.41º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A031DA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 49 218 -
CMYK 0.27 0.78 0 0.15
HSL 279.41º 0.7% 0.52% -
HSV(B) 279.41º 0.78% 0.85% -
XYZ 28.25 14.73 67.68 -
YUV 101.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 160 49 218 0.27 0.78 0 0.15 279.41 0.7 0.52
Hex A0 31 DA 1B 4E 0 F 117 46 34
Octal 240 61 332 33 116 0 17 427 106 64
Binary 10100000 110001 11011010 11011 1001110 0 1111 100010111 1000110 110100

Color Harmonies of #A031DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031DA

Black with #A031DA

Text Example


Text Example

White with #A031DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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