Html Css Color HEX #A81CCE Dark Orchid

📋 copy color: '#A81CCE'

red 168 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #A81CCE

Tints of Dark Orchid #A81CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 41.79%
G = 6.97%
B = 51.24%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A81CCE (or 0xA81CCE) is known color: Dark Orchid. HEX triplet: A8, 1C and CE. RGB value is (168,28,206). Sum of RGB (Red+Green+Blue) = 168+28+206=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A81CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CCE is #57E331. Grayscale: #595959. Windows color (decimal): -5759794 or 13507752. OLE color: 13507752.

HSL color Cylindrical-coordinate representation of color #A81CCE: hue angle of 287.19º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81CCE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 28 206 -
CMYK 0.18 0.86 0 0.19
HSL 287.19º 0.76% 0.46% -
HSV(B) 287.19º 0.86% 0.81% -
XYZ 27.7 13.61 59.56 -
YUV 90.15 193.38 183.53 -
System Red Green Blue C M Y K H S L
Decimal 168 28 206 0.18 0.86 0 0.19 287.19 0.76 0.46
Hex A8 1C CE 12 56 0 13 11F 4C 2E
Octal 250 34 316 22 126 0 23 437 114 56
Binary 10101000 11100 11001110 10010 1010110 0 10011 100011111 1001100 101110

Color Harmonies of #A81CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CCE

Black with #A81CCE

Text Example


Text Example

White with #A81CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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