Html Css Color HEX #A51AAC Dark Orchid

📋 copy color: '#A51AAC'

red 165 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A51AAC

Tints of Dark Orchid #A51AAC

RGB

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

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

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

R = 45.45%
G = 7.16%
B = 47.38%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A51AAC (or 0xA51AAC) is known color: Dark Orchid. HEX triplet: A5, 1A and AC. RGB value is (165,26,172). Sum of RGB (Red+Green+Blue) = 165+26+172=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A51AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51AAC is #5AE553. Grayscale: #535353. Windows color (decimal): -5956948 or 11279013. OLE color: 11279013.

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

Color convert

RGB 165 26 172 -
CMYK 0.04 0.85 0 0.33
HSL 297.12º 0.74% 0.39% -
HSV(B) 297.12º 0.85% 0.67% -
XYZ 23.33 11.72 40.06 -
YUV 84.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 165 26 172 0.04 0.85 0 0.33 297.12 0.74 0.39
Hex A5 1A AC 4 55 0 21 129 4A 27
Octal 245 32 254 4 125 0 41 451 112 47
Binary 10100101 11010 10101100 100 1010101 0 100001 100101001 1001010 100111

Color Harmonies of #A51AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AAC

Black with #A51AAC

Text Example


Text Example

White with #A51AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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