Html Css Color HEX #A81CBA Dark Orchid

📋 copy color: '#A81CBA'

red 168 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #A81CBA

Tints of Dark Orchid #A81CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.33%

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

R = 43.98%
G = 7.33%
B = 48.69%

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

#A81CBA (or 0xA81CBA) is known color: Dark Orchid. HEX triplet: A8, 1C and BA. RGB value is (168,28,186). Sum of RGB (Red+Green+Blue) = 168+28+186=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A81CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CBA is #57E345. Grayscale: #575757. Windows color (decimal): -5759814 or 12197032. OLE color: 12197032.

HSL color Cylindrical-coordinate representation of color #A81CBA: hue angle of 293.16º degrees, saturation: 0.74, 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 #A81CBA is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 28 186 -
CMYK 0.10 0.85 0 0.27
HSL 293.16º 0.74% 0.42% -
HSV(B) 293.16º 0.85% 0.73% -
XYZ 25.43 12.7 47.57 -
YUV 87.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 168 28 186 0.10 0.85 0 0.27 293.16 0.74 0.42
Hex A8 1C BA A 55 0 1B 125 4A 2A
Octal 250 34 272 12 125 0 33 445 112 52
Binary 10101000 11100 10111010 1010 1010101 0 11011 100100101 1001010 101010

Color Harmonies of #A81CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CBA

Black with #A81CBA

Text Example


Text Example

White with #A81CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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