Html Css Color HEX #A81CBB Dark Orchid

📋 copy color: '#A81CBB'

red 168 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #A81CBB

Tints of Dark Orchid #A81CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 43.86%
G = 7.31%
B = 48.83%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A81CBB (or 0xA81CBB) is known color: Dark Orchid. HEX triplet: A8, 1C and BB. RGB value is (168,28,187). Sum of RGB (Red+Green+Blue) = 168+28+187=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #A81CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CBB is #57E344. Grayscale: #575757. Windows color (decimal): -5759813 or 12262568. OLE color: 12262568.

HSL color Cylindrical-coordinate representation of color #A81CBB: hue angle of 292.83º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81CBB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 28 187 -
CMYK 0.10 0.85 0 0.27
HSL 292.83º 0.74% 0.42% -
HSV(B) 292.83º 0.85% 0.73% -
XYZ 25.53 12.74 48.13 -
YUV 87.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 168 28 187 0.10 0.85 0 0.27 292.83 0.74 0.42
Hex A8 1C BB A 55 0 1B 125 4A 2A
Octal 250 34 273 12 125 0 33 445 112 52
Binary 10101000 11100 10111011 1010 1010101 0 11011 100100101 1001010 101010

Color Harmonies of #A81CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CBB

Black with #A81CBB

Text Example


Text Example

White with #A81CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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