Html Css Color HEX #A81BBC Dark Orchid

📋 copy color: '#A81BBC'

red 168 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #A81BBC

Tints of Dark Orchid #A81BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 43.86%
G = 7.05%
B = 49.09%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A81BBC (or 0xA81BBC) is known color: Dark Orchid. HEX triplet: A8, 1B and BC. RGB value is (168,27,188). Sum of RGB (Red+Green+Blue) = 168+27+188=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A81BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BBC is #57E443. Grayscale: #575757. Windows color (decimal): -5760068 or 12327848. OLE color: 12327848.

HSL color Cylindrical-coordinate representation of color #A81BBC: hue angle of 292.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81BBC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 27 188 -
CMYK 0.11 0.86 0 0.26
HSL 292.55º 0.75% 0.42% -
HSV(B) 292.55º 0.86% 0.74% -
XYZ 25.62 12.74 48.69 -
YUV 87.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 168 27 188 0.11 0.86 0 0.26 292.55 0.75 0.42
Hex A8 1B BC B 56 0 1A 125 4B 2A
Octal 250 33 274 13 126 0 32 445 113 52
Binary 10101000 11011 10111100 1011 1010110 0 11010 100100101 1001011 101010

Color Harmonies of #A81BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BBC

Black with #A81BBC

Text Example


Text Example

White with #A81BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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