Html Css Color HEX #A31DC7 Dark Orchid

📋 copy color: '#A31DC7'

red 163 ◦ green 29 ◦ blue 199

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

Shades of Dark Orchid #A31DC7

Tints of Dark Orchid #A31DC7

RGB

 RED value IS 163 (64.06% from 255) = 41.69%

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 199 (78.13% from 255) = 50.9%

R = 41.69%
G = 7.42%
B = 50.9%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A31DC7 (or 0xA31DC7) is known color: Dark Orchid. HEX triplet: A3, 1D and C7. RGB value is (163,29,199). Sum of RGB (Red+Green+Blue) = 163+29+199=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #A31DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DC7 is #5CE238. Grayscale: #575757. Windows color (decimal): -6087225 or 13049251. OLE color: 13049251.

HSL color Cylindrical-coordinate representation of color #A31DC7: hue angle of 287.29º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31DC7 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 29 199 -
CMYK 0.18 0.85 0 0.22
HSL 287.29º 0.75% 0.45% -
HSV(B) 287.29º 0.85% 0.78% -
XYZ 25.85 12.79 55.14 -
YUV 88.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 163 29 199 0.18 0.85 0 0.22 287.29 0.75 0.45
Hex A3 1D C7 12 55 0 16 11F 4B 2D
Octal 243 35 307 22 125 0 26 437 113 55
Binary 10100011 11101 11000111 10010 1010101 0 10110 100011111 1001011 101101

Color Harmonies of #A31DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DC7

Black with #A31DC7

Text Example


Text Example

White with #A31DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DC7; }

 p { color: rgb(163,29,199); }

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

background-color css

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

 a { background-color: rgb(163,29,199); }

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

border-color css

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

 span { border-color: rgb(163,29,199); }

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