Html Css Color HEX #A51DCD Dark Orchid

📋 copy color: '#A51DCD'

red 165 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #A51DCD

Tints of Dark Orchid #A51DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.27%

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

R = 41.35%
G = 7.27%
B = 51.38%

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

#A51DCD (or 0xA51DCD) is known color: Dark Orchid. HEX triplet: A5, 1D and CD. RGB value is (165,29,205). Sum of RGB (Red+Green+Blue) = 165+29+205=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #A51DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DCD is #5AE232. Grayscale: #595959. Windows color (decimal): -5956147 or 13442469. OLE color: 13442469.

HSL color Cylindrical-coordinate representation of color #A51DCD: hue angle of 286.36º degrees, saturation: 0.75, 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 #A51DCD is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 29 205 -
CMYK 0.20 0.86 0 0.20
HSL 286.36º 0.75% 0.46% -
HSV(B) 286.36º 0.86% 0.8% -
XYZ 26.98 13.29 58.9 -
YUV 89.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 165 29 205 0.20 0.86 0 0.20 286.36 0.75 0.46
Hex A5 1D CD 14 56 0 14 11E 4B 2E
Octal 245 35 315 24 126 0 24 436 113 56
Binary 10100101 11101 11001101 10100 1010110 0 10100 100011110 1001011 101110

Color Harmonies of #A51DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DCD

Black with #A51DCD

Text Example


Text Example

White with #A51DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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