Html Css Color HEX #A81CAD Dark Orchid

📋 copy color: '#A81CAD'

red 168 ◦ green 28 ◦ blue 173

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

Shades of Dark Orchid #A81CAD

Tints of Dark Orchid #A81CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.88%

R = 45.53%
G = 7.59%
B = 46.88%

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

#A81CAD (or 0xA81CAD) is known color: Dark Orchid. HEX triplet: A8, 1C and AD. RGB value is (168,28,173). Sum of RGB (Red+Green+Blue) = 168+28+173=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #A81CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81CAD is #57E352. Grayscale: #555555. Windows color (decimal): -5759827 or 11345064. OLE color: 11345064.

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

Color convert

RGB 168 28 173 -
CMYK 0.03 0.84 0 0.32
HSL 297.93º 0.72% 0.39% -
HSV(B) 297.93º 0.84% 0.68% -
XYZ 24.11 12.17 40.61 -
YUV 86.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 168 28 173 0.03 0.84 0 0.32 297.93 0.72 0.39
Hex A8 1C AD 3 54 0 20 12A 48 27
Octal 250 34 255 3 124 0 40 452 110 47
Binary 10101000 11100 10101101 11 1010100 0 100000 100101010 1001000 100111

Color Harmonies of #A81CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CAD

Black with #A81CAD

Text Example


Text Example

White with #A81CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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