Html Css Color HEX #A51BDB Dark Orchid

📋 copy color: '#A51BDB'

red 165 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #A51BDB

Tints of Dark Orchid #A51BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.57%

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

R = 40.15%
G = 6.57%
B = 53.28%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A51BDB (or 0xA51BDB) is known color: Dark Orchid. HEX triplet: A5, 1B and DB. RGB value is (165,27,219). Sum of RGB (Red+Green+Blue) = 165+27+219=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #A51BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BDB is #5AE424. Grayscale: #595959. Windows color (decimal): -5956645 or 14359461. OLE color: 14359461.

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

Color convert

RGB 165 27 219 -
CMYK 0.25 0.88 0 0.14
HSL 283.13º 0.78% 0.48% -
HSV(B) 283.13º 0.88% 0.86% -
XYZ 28.7 13.9 68.19 -
YUV 90.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 165 27 219 0.25 0.88 0 0.14 283.13 0.78 0.48
Hex A5 1B DB 19 58 0 E 11B 4E 30
Octal 245 33 333 31 130 0 16 433 116 60
Binary 10100101 11011 11011011 11001 1011000 0 1110 100011011 1001110 110000

Color Harmonies of #A51BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BDB

Black with #A51BDB

Text Example


Text Example

White with #A51BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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