Html Css Color HEX #A31CCD Dark Orchid

📋 copy color: '#A31CCD'

red 163 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #A31CCD

Tints of Dark Orchid #A31CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 41.16%
G = 7.07%
B = 51.77%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A31CCD (or 0xA31CCD) is known color: Dark Orchid. HEX triplet: A3, 1C and CD. RGB value is (163,28,205). Sum of RGB (Red+Green+Blue) = 163+28+205=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #A31CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCD is #5CE332. Grayscale: #575757. Windows color (decimal): -6087475 or 13442211. OLE color: 13442211.

HSL color Cylindrical-coordinate representation of color #A31CCD: hue angle of 285.76º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CCD is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 28 205 -
CMYK 0.20 0.86 0 0.20
HSL 285.76º 0.76% 0.46% -
HSV(B) 285.76º 0.86% 0.8% -
XYZ 26.54 13.02 58.87 -
YUV 88.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 163 28 205 0.20 0.86 0 0.20 285.76 0.76 0.46
Hex A3 1C CD 14 56 0 14 11E 4C 2E
Octal 243 34 315 24 126 0 24 436 114 56
Binary 10100011 11100 11001101 10100 1010110 0 10100 100011110 1001100 101110

Color Harmonies of #A31CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CCD

Black with #A31CCD

Text Example


Text Example

White with #A31CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CCD; }

 p { color: rgb(163,28,205); }

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

background-color css

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

 a { background-color: rgb(163,28,205); }

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

border-color css

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

 span { border-color: rgb(163,28,205); }

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