Html Css Color HEX #A81BAE Dark Orchid

📋 copy color: '#A81BAE'

red 168 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #A81BAE

Tints of Dark Orchid #A81BAE

RGB

 RED value IS 168 (66.02% from 255) = 45.53%

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

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 45.53%
G = 7.32%
B = 47.15%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A81BAE (or 0xA81BAE) is known color: Dark Orchid. HEX triplet: A8, 1B and AE. RGB value is (168,27,174). Sum of RGB (Red+Green+Blue) = 168+27+174=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #A81BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81BAE is #57E451. Grayscale: #555555. Windows color (decimal): -5760082 or 11410344. OLE color: 11410344.

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

Color convert

RGB 168 27 174 -
CMYK 0.03 0.84 0 0.32
HSL 297.55º 0.73% 0.39% -
HSV(B) 297.55º 0.84% 0.68% -
XYZ 24.18 12.16 41.12 -
YUV 85.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 168 27 174 0.03 0.84 0 0.32 297.55 0.73 0.39
Hex A8 1B AE 3 54 0 20 12A 49 27
Octal 250 33 256 3 124 0 40 452 111 47
Binary 10101000 11011 10101110 11 1010100 0 100000 100101010 1001001 100111

Color Harmonies of #A81BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BAE

Black with #A81BAE

Text Example


Text Example

White with #A81BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BAE; }

 p { color: rgb(168,27,174); }

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

background-color css

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

 a { background-color: rgb(168,27,174); }

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

border-color css

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

 span { border-color: rgb(168,27,174); }

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