Html Css Color HEX #A51CCD Dark Orchid

📋 copy color: '#A51CCD'

red 165 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #A51CCD

Tints of Dark Orchid #A51CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 41.46%
G = 7.04%
B = 51.51%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A51CCD (or 0xA51CCD) is known color: Dark Orchid. HEX triplet: A5, 1C and CD. RGB value is (165,28,205). Sum of RGB (Red+Green+Blue) = 165+28+205=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #A51CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CCD is #5AE332. Grayscale: #585858. Windows color (decimal): -5956403 or 13442213. OLE color: 13442213.

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

Color convert

RGB 165 28 205 -
CMYK 0.20 0.86 0 0.20
HSL 286.44º 0.76% 0.46% -
HSV(B) 286.44º 0.86% 0.8% -
XYZ 26.95 13.24 58.89 -
YUV 89.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 165 28 205 0.20 0.86 0 0.20 286.44 0.76 0.46
Hex A5 1C CD 14 56 0 14 11E 4C 2E
Octal 245 34 315 24 126 0 24 436 114 56
Binary 10100101 11100 11001101 10100 1010110 0 10100 100011110 1001100 101110

Color Harmonies of #A51CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CCD

Black with #A51CCD

Text Example


Text Example

White with #A51CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CCD; }

 p { color: rgb(165,28,205); }

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

background-color css

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

 a { background-color: rgb(165,28,205); }

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

border-color css

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

 span { border-color: rgb(165,28,205); }

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