Html Css Color HEX #A81BDA Dark Orchid

📋 copy color: '#A81BDA'

red 168 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #A81BDA

Tints of Dark Orchid #A81BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 40.68%
G = 6.54%
B = 52.78%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A81BDA (or 0xA81BDA) is known color: Dark Orchid. HEX triplet: A8, 1B and DA. RGB value is (168,27,218). Sum of RGB (Red+Green+Blue) = 168+27+218=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #A81BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BDA is #57E425. Grayscale: #5A5A5A. Windows color (decimal): -5760038 or 14293928. OLE color: 14293928.

HSL color Cylindrical-coordinate representation of color #A81BDA: hue angle of 284.29º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81BDA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 27 218 -
CMYK 0.23 0.88 0 0.15
HSL 284.29º 0.78% 0.48% -
HSV(B) 284.29º 0.88% 0.85% -
XYZ 29.2 14.17 67.53 -
YUV 90.93 199.71 182.97 -
System Red Green Blue C M Y K H S L
Decimal 168 27 218 0.23 0.88 0 0.15 284.29 0.78 0.48
Hex A8 1B DA 17 58 0 F 11C 4E 30
Octal 250 33 332 27 130 0 17 434 116 60
Binary 10101000 11011 11011010 10111 1011000 0 1111 100011100 1001110 110000

Color Harmonies of #A81BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BDA

Black with #A81BDA

Text Example


Text Example

White with #A81BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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