Html Css Color HEX #A31CCF Dark Orchid

📋 copy color: '#A31CCF'

red 163 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #A31CCF

Tints of Dark Orchid #A31CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 40.95%
G = 7.04%
B = 52.01%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A31CCF (or 0xA31CCF) is known color: Dark Orchid. HEX triplet: A3, 1C and CF. RGB value is (163,28,207). Sum of RGB (Red+Green+Blue) = 163+28+207=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A31CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCF is #5CE330. Grayscale: #585858. Windows color (decimal): -6087473 or 13573283. OLE color: 13573283.

HSL color Cylindrical-coordinate representation of color #A31CCF: hue angle of 285.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CCF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 28 207 -
CMYK 0.21 0.86 0 0.19
HSL 285.25º 0.76% 0.46% -
HSV(B) 285.25º 0.86% 0.81% -
XYZ 26.78 13.12 60.15 -
YUV 88.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 163 28 207 0.21 0.86 0 0.19 285.25 0.76 0.46
Hex A3 1C CF 15 56 0 13 11D 4C 2E
Octal 243 34 317 25 126 0 23 435 114 56
Binary 10100011 11100 11001111 10101 1010110 0 10011 100011101 1001100 101110

Color Harmonies of #A31CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CCF

Black with #A31CCF

Text Example


Text Example

White with #A31CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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