Html Css Color HEX #A31FBE Dark Orchid

📋 copy color: '#A31FBE'

red 163 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #A31FBE

Tints of Dark Orchid #A31FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 42.45%
G = 8.07%
B = 49.48%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A31FBE (or 0xA31FBE) is known color: Dark Orchid. HEX triplet: A3, 1F and BE. RGB value is (163,31,190). Sum of RGB (Red+Green+Blue) = 163+31+190=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #A31FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FBE is #5CE041. Grayscale: #585858. Windows color (decimal): -6086722 or 12459939. OLE color: 12459939.

HSL color Cylindrical-coordinate representation of color #A31FBE: hue angle of 289.81º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31FBE is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 31 190 -
CMYK 0.14 0.84 0 0.25
HSL 289.81º 0.72% 0.43% -
HSV(B) 289.81º 0.84% 0.75% -
XYZ 24.89 12.48 49.81 -
YUV 88.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 163 31 190 0.14 0.84 0 0.25 289.81 0.72 0.43
Hex A3 1F BE E 54 0 19 122 48 2B
Octal 243 37 276 16 124 0 31 442 110 53
Binary 10100011 11111 10111110 1110 1010100 0 11001 100100010 1001000 101011

Color Harmonies of #A31FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FBE

Black with #A31FBE

Text Example


Text Example

White with #A31FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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