Html Css Color HEX #A31BE0 Dark Orchid

📋 copy color: '#A31BE0'

red 163 ◦ green 27 ◦ blue 224

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

Shades of Dark Orchid #A31BE0

Tints of Dark Orchid #A31BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 39.37%
G = 6.52%
B = 54.11%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A31BE0 (or 0xA31BE0) is known color: Dark Orchid. HEX triplet: A3, 1B and E0. RGB value is (163,27,224). Sum of RGB (Red+Green+Blue) = 163+27+224=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #A31BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BE0 is #5CE41F. Grayscale: #595959. Windows color (decimal): -6087712 or 14687139. OLE color: 14687139.

HSL color Cylindrical-coordinate representation of color #A31BE0: hue angle of 281.42º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31BE0 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 27 224 -
CMYK 0.27 0.88 0 0.12
HSL 281.42º 0.78% 0.49% -
HSV(B) 281.42º 0.88% 0.88% -
XYZ 28.95 13.95 71.69 -
YUV 90.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 163 27 224 0.27 0.88 0 0.12 281.42 0.78 0.49
Hex A3 1B E0 1B 58 0 C 119 4E 31
Octal 243 33 340 33 130 0 14 431 116 61
Binary 10100011 11011 11100000 11011 1011000 0 1100 100011001 1001110 110001

Color Harmonies of #A31BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BE0

Black with #A31BE0

Text Example


Text Example

White with #A31BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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