Html Css Color HEX #A51BAB Dark Orchid

📋 copy color: '#A51BAB'

red 165 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #A51BAB

Tints of Dark Orchid #A51BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 45.45%
G = 7.44%
B = 47.11%

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

#A51BAB (or 0xA51BAB) is known color: Dark Orchid. HEX triplet: A5, 1B and AB. RGB value is (165,27,171). Sum of RGB (Red+Green+Blue) = 165+27+171=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A51BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BAB is #5AE454. Grayscale: #545454. Windows color (decimal): -5956693 or 11213733. OLE color: 11213733.

HSL color Cylindrical-coordinate representation of color #A51BAB: hue angle of 297.5º 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 #A51BAB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 27 171 -
CMYK 0.04 0.84 0 0.33
HSL 297.5º 0.73% 0.39% -
HSV(B) 297.5º 0.84% 0.67% -
XYZ 23.26 11.72 39.57 -
YUV 84.68 176.72 185.29 -
System Red Green Blue C M Y K H S L
Decimal 165 27 171 0.04 0.84 0 0.33 297.5 0.73 0.39
Hex A5 1B AB 4 54 0 21 12A 49 27
Octal 245 33 253 4 124 0 41 452 111 47
Binary 10100101 11011 10101011 100 1010100 0 100001 100101010 1001001 100111

Color Harmonies of #A51BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BAB

Black with #A51BAB

Text Example


Text Example

White with #A51BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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