Html Css Color HEX #A31CC4 Dark Orchid

📋 copy color: '#A31CC4'

red 163 ◦ green 28 ◦ blue 196

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

Shades of Dark Orchid #A31CC4

Tints of Dark Orchid #A31CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.65%

R = 42.12%
G = 7.24%
B = 50.65%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A31CC4 (or 0xA31CC4) is known color: Dark Orchid. HEX triplet: A3, 1C and C4. RGB value is (163,28,196). Sum of RGB (Red+Green+Blue) = 163+28+196=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #A31CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CC4 is #5CE33B. Grayscale: #565656. Windows color (decimal): -6087484 or 12852387. OLE color: 12852387.

HSL color Cylindrical-coordinate representation of color #A31CC4: hue angle of 288.21º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CC4 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 28 196 -
CMYK 0.17 0.86 0 0.23
HSL 288.21º 0.75% 0.44% -
HSV(B) 288.21º 0.86% 0.77% -
XYZ 25.48 12.6 53.31 -
YUV 87.52 189.23 181.84 -
System Red Green Blue C M Y K H S L
Decimal 163 28 196 0.17 0.86 0 0.23 288.21 0.75 0.44
Hex A3 1C C4 11 56 0 17 120 4B 2C
Octal 243 34 304 21 126 0 27 440 113 54
Binary 10100011 11100 11000100 10001 1010110 0 10111 100100000 1001011 101100

Color Harmonies of #A31CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CC4

Black with #A31CC4

Text Example


Text Example

White with #A31CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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