Html Css Color HEX #A51DB9 Dark Orchid

📋 copy color: '#A51DB9'

red 165 ◦ green 29 ◦ blue 185

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

Shades of Dark Orchid #A51DB9

Tints of Dark Orchid #A51DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 43.54%
G = 7.65%
B = 48.81%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A51DB9 (or 0xA51DB9) is known color: Dark Orchid. HEX triplet: A5, 1D and B9. RGB value is (165,29,185). Sum of RGB (Red+Green+Blue) = 165+29+185=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #A51DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DB9 is #5AE246. Grayscale: #565656. Windows color (decimal): -5956167 or 12131749. OLE color: 12131749.

HSL color Cylindrical-coordinate representation of color #A51DB9: hue angle of 292.31º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51DB9 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 29 185 -
CMYK 0.11 0.84 0 0.27
HSL 292.31º 0.73% 0.42% -
HSV(B) 292.31º 0.84% 0.73% -
XYZ 24.71 12.38 46.99 -
YUV 87.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 165 29 185 0.11 0.84 0 0.27 292.31 0.73 0.42
Hex A5 1D B9 B 54 0 1B 124 49 2A
Octal 245 35 271 13 124 0 33 444 111 52
Binary 10100101 11101 10111001 1011 1010100 0 11011 100100100 1001001 101010

Color Harmonies of #A51DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DB9

Black with #A51DB9

Text Example


Text Example

White with #A51DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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