Html Css Color HEX #A51ACE Dark Orchid

📋 copy color: '#A51ACE'

red 165 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #A51ACE

Tints of Dark Orchid #A51ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 41.56%
G = 6.55%
B = 51.89%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A51ACE (or 0xA51ACE) is known color: Dark Orchid. HEX triplet: A5, 1A and CE. RGB value is (165,26,206). Sum of RGB (Red+Green+Blue) = 165+26+206=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A51ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ACE is #5AE531. Grayscale: #575757. Windows color (decimal): -5956914 or 13507237. OLE color: 13507237.

HSL color Cylindrical-coordinate representation of color #A51ACE: hue angle of 286.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51ACE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 26 206 -
CMYK 0.20 0.87 0 0.19
HSL 286.33º 0.78% 0.45% -
HSV(B) 286.33º 0.87% 0.81% -
XYZ 27.03 13.19 59.51 -
YUV 88.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 165 26 206 0.20 0.87 0 0.19 286.33 0.78 0.45
Hex A5 1A CE 14 57 0 13 11E 4E 2D
Octal 245 32 316 24 127 0 23 436 116 55
Binary 10100101 11010 11001110 10100 1010111 0 10011 100011110 1001110 101101

Color Harmonies of #A51ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ACE

Black with #A51ACE

Text Example


Text Example

White with #A51ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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