Html Css Color HEX #A31CBE Dark Orchid

📋 copy color: '#A31CBE'

red 163 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #A31CBE

Tints of Dark Orchid #A31CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

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

R = 42.78%
G = 7.35%
B = 49.87%

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

#A31CBE (or 0xA31CBE) is known color: Dark Orchid. HEX triplet: A3, 1C and BE. RGB value is (163,28,190). Sum of RGB (Red+Green+Blue) = 163+28+190=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A31CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CBE is #5CE341. Grayscale: #565656. Windows color (decimal): -6087490 or 12459171. OLE color: 12459171.

HSL color Cylindrical-coordinate representation of color #A31CBE: hue angle of 290º 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 #A31CBE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 28 190 -
CMYK 0.14 0.85 0 0.25
HSL 290º 0.74% 0.43% -
HSV(B) 290º 0.85% 0.75% -
XYZ 24.81 12.33 49.79 -
YUV 86.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 163 28 190 0.14 0.85 0 0.25 290 0.74 0.43
Hex A3 1C BE E 55 0 19 122 4A 2B
Octal 243 34 276 16 125 0 31 442 112 53
Binary 10100011 11100 10111110 1110 1010101 0 11001 100100010 1001010 101011

Color Harmonies of #A31CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CBE

Black with #A31CBE

Text Example


Text Example

White with #A31CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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