Html Css Color HEX #A31FDA Dark Orchid

📋 copy color: '#A31FDA'

red 163 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #A31FDA

Tints of Dark Orchid #A31FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

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

R = 39.56%
G = 7.52%
B = 52.91%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A31FDA (or 0xA31FDA) is known color: Dark Orchid. HEX triplet: A3, 1F and DA. RGB value is (163,31,218). Sum of RGB (Red+Green+Blue) = 163+31+218=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A31FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FDA is #5CE025. Grayscale: #5B5B5B. Windows color (decimal): -6086694 or 14294947. OLE color: 14294947.

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

Color convert

RGB 163 31 218 -
CMYK 0.25 0.86 0 0.15
HSL 282.35º 0.75% 0.49% -
HSV(B) 282.35º 0.86% 0.85% -
XYZ 28.25 13.83 67.51 -
YUV 91.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 163 31 218 0.25 0.86 0 0.15 282.35 0.75 0.49
Hex A3 1F DA 19 56 0 F 11A 4B 31
Octal 243 37 332 31 126 0 17 432 113 61
Binary 10100011 11111 11011010 11001 1010110 0 1111 100011010 1001011 110001

Color Harmonies of #A31FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FDA

Black with #A31FDA

Text Example


Text Example

White with #A31FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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