Html Css Color HEX #A81CAC Dark Orchid

📋 copy color: '#A81CAC'

red 168 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #A81CAC

Tints of Dark Orchid #A81CAC

RGB

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

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

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

R = 45.65%
G = 7.61%
B = 46.74%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A81CAC (or 0xA81CAC) is known color: Dark Orchid. HEX triplet: A8, 1C and AC. RGB value is (168,28,172). Sum of RGB (Red+Green+Blue) = 168+28+172=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A81CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81CAC is #57E353. Grayscale: #555555. Windows color (decimal): -5759828 or 11279528. OLE color: 11279528.

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

Color convert

RGB 168 28 172 -
CMYK 0.02 0.84 0 0.33
HSL 298.33º 0.72% 0.39% -
HSV(B) 298.33º 0.84% 0.67% -
XYZ 24.01 12.13 40.11 -
YUV 86.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 168 28 172 0.02 0.84 0 0.33 298.33 0.72 0.39
Hex A8 1C AC 2 54 0 21 12A 48 27
Octal 250 34 254 2 124 0 41 452 110 47
Binary 10101000 11100 10101100 10 1010100 0 100001 100101010 1001000 100111

Color Harmonies of #A81CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CAC

Black with #A81CAC

Text Example


Text Example

White with #A81CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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