Html Css Color HEX #A31BCD Dark Orchid

📋 copy color: '#A31BCD'

red 163 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #A31BCD

Tints of Dark Orchid #A31BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.84%

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

R = 41.27%
G = 6.84%
B = 51.9%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A31BCD (or 0xA31BCD) is known color: Dark Orchid. HEX triplet: A3, 1B and CD. RGB value is (163,27,205). Sum of RGB (Red+Green+Blue) = 163+27+205=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #A31BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BCD is #5CE432. Grayscale: #575757. Windows color (decimal): -6087731 or 13441955. OLE color: 13441955.

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

Color convert

RGB 163 27 205 -
CMYK 0.20 0.87 0 0.20
HSL 285.84º 0.77% 0.45% -
HSV(B) 285.84º 0.87% 0.8% -
XYZ 26.52 12.98 58.87 -
YUV 87.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 163 27 205 0.20 0.87 0 0.20 285.84 0.77 0.45
Hex A3 1B CD 14 57 0 14 11E 4D 2D
Octal 243 33 315 24 127 0 24 436 115 55
Binary 10100011 11011 11001101 10100 1010111 0 10100 100011110 1001101 101101

Color Harmonies of #A31BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BCD

Black with #A31BCD

Text Example


Text Example

White with #A31BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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