Html Css Color HEX #A931D8 Dark Orchid

📋 copy color: '#A931D8'

red 169 ◦ green 49 ◦ blue 216

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

Shades of Dark Orchid #A931D8

Tints of Dark Orchid #A931D8

RGB

 RED value IS 169 (66.41% from 255) = 38.94%

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

 BLUE value IS 216 (84.77% from 255) = 49.77%

R = 38.94%
G = 11.29%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A931D8 (or 0xA931D8) is known color: Dark Orchid. HEX triplet: A9, 31 and D8. RGB value is (169,49,216). Sum of RGB (Red+Green+Blue) = 169+49+216=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #A931D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931D8 is #56CE27. Grayscale: #676767. Windows color (decimal): -5688872 or 14168489. OLE color: 14168489.

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

Color convert

RGB 169 49 216 -
CMYK 0.22 0.77 0 0.15
HSL 283.11º 0.68% 0.52% -
HSV(B) 283.11º 0.77% 0.85% -
XYZ 29.86 15.59 66.4 -
YUV 103.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 169 49 216 0.22 0.77 0 0.15 283.11 0.68 0.52
Hex A9 31 D8 16 4D 0 F 11B 44 34
Octal 251 61 330 26 115 0 17 433 104 64
Binary 10101001 110001 11011000 10110 1001101 0 1111 100011011 1000100 110100

Color Harmonies of #A931D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A931D8

Black with #A931D8

Text Example


Text Example

White with #A931D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A931D8; }

 p { color: rgb(169,49,216); }

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

background-color css

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

 a { background-color: rgb(169,49,216); }

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

border-color css

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

 span { border-color: rgb(169,49,216); }

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