Html Css Color HEX #A81BBA Dark Orchid

📋 copy color: '#A81BBA'

red 168 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #A81BBA

Tints of Dark Orchid #A81BBA

RGB

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

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

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

R = 44.09%
G = 7.09%
B = 48.82%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A81BBA (or 0xA81BBA) is known color: Dark Orchid. HEX triplet: A8, 1B and BA. RGB value is (168,27,186). Sum of RGB (Red+Green+Blue) = 168+27+186=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A81BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BBA is #57E445. Grayscale: #565656. Windows color (decimal): -5760070 or 12196776. OLE color: 12196776.

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

Color convert

RGB 168 27 186 -
CMYK 0.10 0.85 0 0.27
HSL 293.21º 0.75% 0.42% -
HSV(B) 293.21º 0.85% 0.73% -
XYZ 25.4 12.65 47.56 -
YUV 87.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 168 27 186 0.10 0.85 0 0.27 293.21 0.75 0.42
Hex A8 1B BA A 55 0 1B 125 4B 2A
Octal 250 33 272 12 125 0 33 445 113 52
Binary 10101000 11011 10111010 1010 1010101 0 11011 100100101 1001011 101010

Color Harmonies of #A81BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BBA

Black with #A81BBA

Text Example


Text Example

White with #A81BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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