Html Css Color HEX #A31DBE Dark Orchid

📋 copy color: '#A31DBE'

red 163 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #A31DBE

Tints of Dark Orchid #A31DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

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

R = 42.67%
G = 7.59%
B = 49.74%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A31DBE (or 0xA31DBE) is known color: Dark Orchid. HEX triplet: A3, 1D and BE. RGB value is (163,29,190). Sum of RGB (Red+Green+Blue) = 163+29+190=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A31DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DBE is #5CE241. Grayscale: #565656. Windows color (decimal): -6087234 or 12459427. OLE color: 12459427.

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

Color convert

RGB 163 29 190 -
CMYK 0.14 0.85 0 0.25
HSL 289.94º 0.74% 0.43% -
HSV(B) 289.94º 0.85% 0.75% -
XYZ 24.84 12.38 49.8 -
YUV 87.42 185.89 181.91 -
System Red Green Blue C M Y K H S L
Decimal 163 29 190 0.14 0.85 0 0.25 289.94 0.74 0.43
Hex A3 1D BE E 55 0 19 122 4A 2B
Octal 243 35 276 16 125 0 31 442 112 53
Binary 10100011 11101 10111110 1110 1010101 0 11001 100100010 1001010 101011

Color Harmonies of #A31DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DBE

Black with #A31DBE

Text Example


Text Example

White with #A31DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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