Html Css Color HEX #A31CDA Dark Orchid

📋 copy color: '#A31CDA'

red 163 ◦ green 28 ◦ blue 218

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

Shades of Dark Orchid #A31CDA

Tints of Dark Orchid #A31CDA

RGB

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

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

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

R = 39.85%
G = 6.85%
B = 53.3%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A31CDA (or 0xA31CDA) is known color: Dark Orchid. HEX triplet: A3, 1C and DA. RGB value is (163,28,218). Sum of RGB (Red+Green+Blue) = 163+28+218=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A31CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CDA is #5CE325. Grayscale: #595959. Windows color (decimal): -6087462 or 14294179. OLE color: 14294179.

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

Color convert

RGB 163 28 218 -
CMYK 0.25 0.87 0 0.15
HSL 282.63º 0.77% 0.48% -
HSV(B) 282.63º 0.87% 0.85% -
XYZ 28.17 13.68 67.49 -
YUV 90.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 163 28 218 0.25 0.87 0 0.15 282.63 0.77 0.48
Hex A3 1C DA 19 57 0 F 11B 4D 30
Octal 243 34 332 31 127 0 17 433 115 60
Binary 10100011 11100 11011010 11001 1010111 0 1111 100011011 1001101 110000

Color Harmonies of #A31CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CDA

Black with #A31CDA

Text Example


Text Example

White with #A31CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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