Html Css Color HEX #A81BDD Dark Orchid

📋 copy color: '#A81BDD'

red 168 ◦ green 27 ◦ blue 221

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

Shades of Dark Orchid #A81BDD

Tints of Dark Orchid #A81BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 40.38%
G = 6.49%
B = 53.13%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A81BDD (or 0xA81BDD) is known color: Dark Orchid. HEX triplet: A8, 1B and DD. RGB value is (168,27,221). Sum of RGB (Red+Green+Blue) = 168+27+221=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A81BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BDD is #57E422. Grayscale: #5A5A5A. Windows color (decimal): -5760035 or 14490536. OLE color: 14490536.

HSL color Cylindrical-coordinate representation of color #A81BDD: hue angle of 283.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81BDD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 27 221 -
CMYK 0.24 0.88 0 0.13
HSL 283.61º 0.78% 0.49% -
HSV(B) 283.61º 0.88% 0.87% -
XYZ 29.59 14.33 69.61 -
YUV 91.28 201.21 182.73 -
System Red Green Blue C M Y K H S L
Decimal 168 27 221 0.24 0.88 0 0.13 283.61 0.78 0.49
Hex A8 1B DD 18 58 0 D 11C 4E 31
Octal 250 33 335 30 130 0 15 434 116 61
Binary 10101000 11011 11011101 11000 1011000 0 1101 100011100 1001110 110001

Color Harmonies of #A81BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BDD

Black with #A81BDD

Text Example


Text Example

White with #A81BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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