Html Css Color HEX #A81DBB Dark Orchid

📋 copy color: '#A81DBB'

red 168 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #A81DBB

Tints of Dark Orchid #A81DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 43.75%
G = 7.55%
B = 48.7%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A81DBB (or 0xA81DBB) is known color: Dark Orchid. HEX triplet: A8, 1D and BB. RGB value is (168,29,187). Sum of RGB (Red+Green+Blue) = 168+29+187=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #A81DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DBB is #57E244. Grayscale: #585858. Windows color (decimal): -5759557 or 12262824. OLE color: 12262824.

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

Color convert

RGB 168 29 187 -
CMYK 0.10 0.84 0 0.27
HSL 292.78º 0.73% 0.42% -
HSV(B) 292.78º 0.84% 0.73% -
XYZ 25.56 12.79 48.14 -
YUV 88.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 168 29 187 0.10 0.84 0 0.27 292.78 0.73 0.42
Hex A8 1D BB A 54 0 1B 125 49 2A
Octal 250 35 273 12 124 0 33 445 111 52
Binary 10101000 11101 10111011 1010 1010100 0 11011 100100101 1001001 101010

Color Harmonies of #A81DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DBB

Black with #A81DBB

Text Example


Text Example

White with #A81DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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