Html Css Color HEX #A81ACB Dark Orchid

📋 copy color: '#A81ACB'

red 168 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #A81ACB

Tints of Dark Orchid #A81ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 42.32%
G = 6.55%
B = 51.13%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A81ACB (or 0xA81ACB) is known color: Dark Orchid. HEX triplet: A8, 1A and CB. RGB value is (168,26,203). Sum of RGB (Red+Green+Blue) = 168+26+203=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #A81ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ACB is #57E534. Grayscale: #585858. Windows color (decimal): -5760309 or 13310632. OLE color: 13310632.

HSL color Cylindrical-coordinate representation of color #A81ACB: hue angle of 288.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81ACB is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 26 203 -
CMYK 0.17 0.87 0 0.20
HSL 288.14º 0.77% 0.45% -
HSV(B) 288.14º 0.87% 0.8% -
XYZ 27.3 13.38 57.64 -
YUV 88.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 168 26 203 0.17 0.87 0 0.20 288.14 0.77 0.45
Hex A8 1A CB 11 57 0 14 120 4D 2D
Octal 250 32 313 21 127 0 24 440 115 55
Binary 10101000 11010 11001011 10001 1010111 0 10100 100100000 1001101 101101

Color Harmonies of #A81ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ACB

Black with #A81ACB

Text Example


Text Example

White with #A81ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ACB; }

 p { color: rgb(168,26,203); }

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

background-color css

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

 a { background-color: rgb(168,26,203); }

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

border-color css

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

 span { border-color: rgb(168,26,203); }

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