Html Css Color HEX #A81BC2 Dark Orchid

📋 copy color: '#A81BC2'

red 168 ◦ green 27 ◦ blue 194

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

Shades of Dark Orchid #A81BC2

Tints of Dark Orchid #A81BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.87%

R = 43.19%
G = 6.94%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A81BC2 (or 0xA81BC2) is known color: Dark Orchid. HEX triplet: A8, 1B and C2. RGB value is (168,27,194). Sum of RGB (Red+Green+Blue) = 168+27+194=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #A81BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BC2 is #57E43D. Grayscale: #575757. Windows color (decimal): -5760062 or 12721064. OLE color: 12721064.

HSL color Cylindrical-coordinate representation of color #A81BC2: hue angle of 290.66º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81BC2 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 27 194 -
CMYK 0.13 0.86 0 0.24
HSL 290.66º 0.76% 0.43% -
HSV(B) 290.66º 0.86% 0.76% -
XYZ 26.28 13 52.16 -
YUV 88.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 168 27 194 0.13 0.86 0 0.24 290.66 0.76 0.43
Hex A8 1B C2 D 56 0 18 123 4C 2B
Octal 250 33 302 15 126 0 30 443 114 53
Binary 10101000 11011 11000010 1101 1010110 0 11000 100100011 1001100 101011

Color Harmonies of #A81BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BC2

Black with #A81BC2

Text Example


Text Example

White with #A81BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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