Html Css Color HEX #A81DBE Dark Orchid

📋 copy color: '#A81DBE'

red 168 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #A81DBE

Tints of Dark Orchid #A81DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 43.41%
G = 7.49%
B = 49.1%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A81DBE (or 0xA81DBE) is known color: Dark Orchid. HEX triplet: A8, 1D and BE. RGB value is (168,29,190). Sum of RGB (Red+Green+Blue) = 168+29+190=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #A81DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DBE is #57E241. Grayscale: #585858. Windows color (decimal): -5759554 or 12459432. OLE color: 12459432.

HSL color Cylindrical-coordinate representation of color #A81DBE: hue angle of 291.8º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81DBE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 29 190 -
CMYK 0.12 0.85 0 0.25
HSL 291.8º 0.74% 0.43% -
HSV(B) 291.8º 0.85% 0.75% -
XYZ 25.88 12.92 49.85 -
YUV 88.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 168 29 190 0.12 0.85 0 0.25 291.8 0.74 0.43
Hex A8 1D BE C 55 0 19 124 4A 2B
Octal 250 35 276 14 125 0 31 444 112 53
Binary 10101000 11101 10111110 1100 1010101 0 11001 100100100 1001010 101011

Color Harmonies of #A81DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DBE

Black with #A81DBE

Text Example


Text Example

White with #A81DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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