Html Css Color HEX #A81BCE Dark Orchid

📋 copy color: '#A81BCE'

red 168 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #A81BCE

Tints of Dark Orchid #A81BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.73%

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

R = 41.9%
G = 6.73%
B = 51.37%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A81BCE (or 0xA81BCE) is known color: Dark Orchid. HEX triplet: A8, 1B and CE. RGB value is (168,27,206). Sum of RGB (Red+Green+Blue) = 168+27+206=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A81BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BCE is #57E431. Grayscale: #585858. Windows color (decimal): -5760050 or 13507496. OLE color: 13507496.

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

Color convert

RGB 168 27 206 -
CMYK 0.18 0.87 0 0.19
HSL 287.26º 0.77% 0.46% -
HSV(B) 287.26º 0.87% 0.81% -
XYZ 27.68 13.56 59.55 -
YUV 89.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 168 27 206 0.18 0.87 0 0.19 287.26 0.77 0.46
Hex A8 1B CE 12 57 0 13 11F 4D 2E
Octal 250 33 316 22 127 0 23 437 115 56
Binary 10101000 11011 11001110 10010 1010111 0 10011 100011111 1001101 101110

Color Harmonies of #A81BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BCE

Black with #A81BCE

Text Example


Text Example

White with #A81BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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