Html Css Color HEX #A51AD8 Dark Orchid

📋 copy color: '#A51AD8'

red 165 ◦ green 26 ◦ blue 216

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

Shades of Dark Orchid #A51AD8

Tints of Dark Orchid #A51AD8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 40.54%
G = 6.39%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A51AD8 (or 0xA51AD8) is known color: Dark Orchid. HEX triplet: A5, 1A and D8. RGB value is (165,26,216). Sum of RGB (Red+Green+Blue) = 165+26+216=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #A51AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AD8 is #5AE527. Grayscale: #585858. Windows color (decimal): -5956904 or 14162597. OLE color: 14162597.

HSL color Cylindrical-coordinate representation of color #A51AD8: hue angle of 283.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51AD8 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 26 216 -
CMYK 0.24 0.88 0 0.15
HSL 283.89º 0.79% 0.47% -
HSV(B) 283.89º 0.88% 0.85% -
XYZ 28.28 13.7 66.12 -
YUV 89.22 199.55 182.05 -
System Red Green Blue C M Y K H S L
Decimal 165 26 216 0.24 0.88 0 0.15 283.89 0.79 0.47
Hex A5 1A D8 18 58 0 F 11C 4F 2F
Octal 245 32 330 30 130 0 17 434 117 57
Binary 10100101 11010 11011000 11000 1011000 0 1111 100011100 1001111 101111

Color Harmonies of #A51AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AD8

Black with #A51AD8

Text Example


Text Example

White with #A51AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AD8; }

 p { color: rgb(165,26,216); }

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

background-color css

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

 a { background-color: rgb(165,26,216); }

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

border-color css

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

 span { border-color: rgb(165,26,216); }

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