Html Css Color HEX #A51DAC Dark Orchid

📋 copy color: '#A51DAC'

red 165 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #A51DAC

Tints of Dark Orchid #A51DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 45.08%
G = 7.92%
B = 46.99%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A51DAC (or 0xA51DAC) is known color: Dark Orchid. HEX triplet: A5, 1D and AC. RGB value is (165,29,172). Sum of RGB (Red+Green+Blue) = 165+29+172=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A51DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51DAC is #5AE253. Grayscale: #555555. Windows color (decimal): -5956180 or 11279781. OLE color: 11279781.

HSL color Cylindrical-coordinate representation of color #A51DAC: hue angle of 297.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51DAC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 29 172 -
CMYK 0.04 0.83 0 0.33
HSL 297.06º 0.71% 0.39% -
HSV(B) 297.06º 0.83% 0.67% -
XYZ 23.4 11.86 40.08 -
YUV 85.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 165 29 172 0.04 0.83 0 0.33 297.06 0.71 0.39
Hex A5 1D AC 4 53 0 21 129 47 27
Octal 245 35 254 4 123 0 41 451 107 47
Binary 10100101 11101 10101100 100 1010011 0 100001 100101001 1000111 100111

Color Harmonies of #A51DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DAC

Black with #A51DAC

Text Example


Text Example

White with #A51DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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