Html Css Color HEX #A51BAC Dark Orchid

📋 copy color: '#A51BAC'

red 165 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #A51BAC

Tints of Dark Orchid #A51BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

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

R = 45.33%
G = 7.42%
B = 47.25%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A51BAC (or 0xA51BAC) is known color: Dark Orchid. HEX triplet: A5, 1B and AC. RGB value is (165,27,172). Sum of RGB (Red+Green+Blue) = 165+27+172=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A51BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BAC is #5AE453. Grayscale: #545454. Windows color (decimal): -5956692 or 11279269. OLE color: 11279269.

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

Color convert

RGB 165 27 172 -
CMYK 0.04 0.84 0 0.33
HSL 297.1º 0.73% 0.39% -
HSV(B) 297.1º 0.84% 0.67% -
XYZ 23.36 11.76 40.07 -
YUV 84.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 165 27 172 0.04 0.84 0 0.33 297.1 0.73 0.39
Hex A5 1B AC 4 54 0 21 129 49 27
Octal 245 33 254 4 124 0 41 451 111 47
Binary 10100101 11011 10101100 100 1010100 0 100001 100101001 1001001 100111

Color Harmonies of #A51BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BAC

Black with #A51BAC

Text Example


Text Example

White with #A51BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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