Html Css Color HEX #A51ABA Dark Orchid

📋 copy color: '#A51ABA'

red 165 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #A51ABA

Tints of Dark Orchid #A51ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 43.77%
G = 6.9%
B = 49.34%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A51ABA (or 0xA51ABA) is known color: Dark Orchid. HEX triplet: A5, 1A and BA. RGB value is (165,26,186). Sum of RGB (Red+Green+Blue) = 165+26+186=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A51ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ABA is #5AE545. Grayscale: #555555. Windows color (decimal): -5956934 or 12196517. OLE color: 12196517.

HSL color Cylindrical-coordinate representation of color #A51ABA: hue angle of 292.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51ABA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 26 186 -
CMYK 0.11 0.86 0 0.27
HSL 292.13º 0.75% 0.42% -
HSV(B) 292.13º 0.86% 0.73% -
XYZ 24.75 12.28 47.52 -
YUV 85.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 165 26 186 0.11 0.86 0 0.27 292.13 0.75 0.42
Hex A5 1A BA B 56 0 1B 124 4B 2A
Octal 245 32 272 13 126 0 33 444 113 52
Binary 10100101 11010 10111010 1011 1010110 0 11011 100100100 1001011 101010

Color Harmonies of #A51ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ABA

Black with #A51ABA

Text Example


Text Example

White with #A51ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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