Html Css Color HEX #A51DAB Dark Orchid

📋 copy color: '#A51DAB'

red 165 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #A51DAB

Tints of Dark Orchid #A51DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 45.21%
G = 7.95%
B = 46.85%

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

#A51DAB (or 0xA51DAB) is known color: Dark Orchid. HEX triplet: A5, 1D and AB. RGB value is (165,29,171). Sum of RGB (Red+Green+Blue) = 165+29+171=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #A51DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51DAB is #5AE254. Grayscale: #555555. Windows color (decimal): -5956181 or 11214245. OLE color: 11214245.

HSL color Cylindrical-coordinate representation of color #A51DAB: hue angle of 297.46º 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 #A51DAB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 29 171 -
CMYK 0.04 0.83 0 0.33
HSL 297.46º 0.71% 0.39% -
HSV(B) 297.46º 0.83% 0.67% -
XYZ 23.31 11.82 39.58 -
YUV 85.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 165 29 171 0.04 0.83 0 0.33 297.46 0.71 0.39
Hex A5 1D AB 4 53 0 21 129 47 27
Octal 245 35 253 4 123 0 41 451 107 47
Binary 10100101 11101 10101011 100 1010011 0 100001 100101001 1000111 100111

Color Harmonies of #A51DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DAB

Black with #A51DAB

Text Example


Text Example

White with #A51DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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