Html Css Color HEX #A31EBD Dark Orchid

📋 copy color: '#A31EBD'

red 163 ◦ green 30 ◦ blue 189

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

Shades of Dark Orchid #A31EBD

Tints of Dark Orchid #A31EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.85%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 42.67%
G = 7.85%
B = 49.48%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A31EBD (or 0xA31EBD) is known color: Dark Orchid. HEX triplet: A3, 1E and BD. RGB value is (163,30,189). Sum of RGB (Red+Green+Blue) = 163+30+189=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #A31EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EBD is #5CE142. Grayscale: #575757. Windows color (decimal): -6086979 or 12394147. OLE color: 12394147.

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

Color convert

RGB 163 30 189 -
CMYK 0.14 0.84 0 0.26
HSL 290.19º 0.73% 0.43% -
HSV(B) 290.19º 0.84% 0.74% -
XYZ 24.75 12.39 49.23 -
YUV 87.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 163 30 189 0.14 0.84 0 0.26 290.19 0.73 0.43
Hex A3 1E BD E 54 0 1A 122 49 2B
Octal 243 36 275 16 124 0 32 442 111 53
Binary 10100011 11110 10111101 1110 1010100 0 11010 100100010 1001001 101011

Color Harmonies of #A31EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EBD

Black with #A31EBD

Text Example


Text Example

White with #A31EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EBD; }

 p { color: rgb(163,30,189); }

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

background-color css

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

 a { background-color: rgb(163,30,189); }

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

border-color css

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

 span { border-color: rgb(163,30,189); }

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