Html Css Color HEX #A51FDC Dark Orchid

📋 copy color: '#A51FDC'

red 165 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #A51FDC

Tints of Dark Orchid #A51FDC

RGB

 RED value IS 165 (64.84% from 255) = 39.66%

 GREEN value IS 31 (12.5% from 255) = 7.45%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 39.66%
G = 7.45%
B = 52.88%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A51FDC (or 0xA51FDC) is known color: Dark Orchid. HEX triplet: A5, 1F and DC. RGB value is (165,31,220). Sum of RGB (Red+Green+Blue) = 165+31+220=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #A51FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FDC is #5AE023. Grayscale: #5B5B5B. Windows color (decimal): -5955620 or 14426021. OLE color: 14426021.

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

Color convert

RGB 165 31 220 -
CMYK 0.25 0.86 0 0.14
HSL 282.54º 0.75% 0.49% -
HSV(B) 282.54º 0.86% 0.86% -
XYZ 28.93 14.15 68.92 -
YUV 92.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 165 31 220 0.25 0.86 0 0.14 282.54 0.75 0.49
Hex A5 1F DC 19 56 0 E 11B 4B 31
Octal 245 37 334 31 126 0 16 433 113 61
Binary 10100101 11111 11011100 11001 1010110 0 1110 100011011 1001011 110001

Color Harmonies of #A51FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FDC

Black with #A51FDC

Text Example


Text Example

White with #A51FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FDC; }

 p { color: rgb(165,31,220); }

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

background-color css

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

 a { background-color: rgb(165,31,220); }

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

border-color css

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

 span { border-color: rgb(165,31,220); }

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