Html Css Color HEX #A51CDB Dark Orchid

📋 copy color: '#A51CDB'

red 165 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #A51CDB

Tints of Dark Orchid #A51CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 40.05%
G = 6.8%
B = 53.16%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A51CDB (or 0xA51CDB) is known color: Dark Orchid. HEX triplet: A5, 1C and DB. RGB value is (165,28,219). Sum of RGB (Red+Green+Blue) = 165+28+219=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A51CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CDB is #5AE324. Grayscale: #5A5A5A. Windows color (decimal): -5956389 or 14359717. OLE color: 14359717.

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

Color convert

RGB 165 28 219 -
CMYK 0.25 0.87 0 0.14
HSL 283.04º 0.77% 0.48% -
HSV(B) 283.04º 0.87% 0.86% -
XYZ 28.72 13.94 68.2 -
YUV 90.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 165 28 219 0.25 0.87 0 0.14 283.04 0.77 0.48
Hex A5 1C DB 19 57 0 E 11B 4D 30
Octal 245 34 333 31 127 0 16 433 115 60
Binary 10100101 11100 11011011 11001 1010111 0 1110 100011011 1001101 110000

Color Harmonies of #A51CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CDB

Black with #A51CDB

Text Example


Text Example

White with #A51CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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