Html Css Color HEX #A51EAC Dark Orchid

📋 copy color: '#A51EAC'

red 165 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A51EAC

Tints of Dark Orchid #A51EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 44.96%
G = 8.17%
B = 46.87%

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

#A51EAC (or 0xA51EAC) is known color: Dark Orchid. HEX triplet: A5, 1E and AC. RGB value is (165,30,172). Sum of RGB (Red+Green+Blue) = 165+30+172=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A51EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51EAC is #5AE153. Grayscale: #565656. Windows color (decimal): -5955924 or 11280037. OLE color: 11280037.

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

Color convert

RGB 165 30 172 -
CMYK 0.04 0.83 0 0.33
HSL 297.04º 0.7% 0.4% -
HSV(B) 297.04º 0.83% 0.67% -
XYZ 23.43 11.91 40.09 -
YUV 86.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 165 30 172 0.04 0.83 0 0.33 297.04 0.7 0.4
Hex A5 1E AC 4 53 0 21 129 46 28
Octal 245 36 254 4 123 0 41 451 106 50
Binary 10100101 11110 10101100 100 1010011 0 100001 100101001 1000110 101000

Color Harmonies of #A51EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EAC

Black with #A51EAC

Text Example


Text Example

White with #A51EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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