Html Css Color HEX #A81FBC Dark Orchid

📋 copy color: '#A81FBC'

red 168 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A81FBC

Tints of Dark Orchid #A81FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.01%

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

R = 43.41%
G = 8.01%
B = 48.58%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A81FBC (or 0xA81FBC) is known color: Dark Orchid. HEX triplet: A8, 1F and BC. RGB value is (168,31,188). Sum of RGB (Red+Green+Blue) = 168+31+188=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A81FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FBC is #57E043. Grayscale: #595959. Windows color (decimal): -5759044 or 12328872. OLE color: 12328872.

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

Color convert

RGB 168 31 188 -
CMYK 0.11 0.84 0 0.26
HSL 292.36º 0.72% 0.43% -
HSV(B) 292.36º 0.84% 0.74% -
XYZ 25.72 12.94 48.72 -
YUV 89.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 168 31 188 0.11 0.84 0 0.26 292.36 0.72 0.43
Hex A8 1F BC B 54 0 1A 124 48 2B
Octal 250 37 274 13 124 0 32 444 110 53
Binary 10101000 11111 10111100 1011 1010100 0 11010 100100100 1001000 101011

Color Harmonies of #A81FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FBC

Black with #A81FBC

Text Example


Text Example

White with #A81FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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