Html Css Color HEX #A81BDF Dark Orchid

📋 copy color: '#A81BDF'

red 168 ◦ green 27 ◦ blue 223

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

Shades of Dark Orchid #A81BDF

Tints of Dark Orchid #A81BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 40.19%
G = 6.46%
B = 53.35%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A81BDF (or 0xA81BDF) is known color: Dark Orchid. HEX triplet: A8, 1B and DF. RGB value is (168,27,223). Sum of RGB (Red+Green+Blue) = 168+27+223=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #A81BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BDF is #57E420. Grayscale: #5A5A5A. Windows color (decimal): -5760033 or 14621608. OLE color: 14621608.

HSL color Cylindrical-coordinate representation of color #A81BDF: hue angle of 283.16º 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 #A81BDF is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 27 223 -
CMYK 0.25 0.88 0 0.13
HSL 283.16º 0.78% 0.49% -
HSV(B) 283.16º 0.88% 0.87% -
XYZ 29.86 14.44 71.02 -
YUV 91.5 202.21 182.56 -
System Red Green Blue C M Y K H S L
Decimal 168 27 223 0.25 0.88 0 0.13 283.16 0.78 0.49
Hex A8 1B DF 19 58 0 D 11B 4E 31
Octal 250 33 337 31 130 0 15 433 116 61
Binary 10101000 11011 11011111 11001 1011000 0 1101 100011011 1001110 110001

Color Harmonies of #A81BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BDF

Black with #A81BDF

Text Example


Text Example

White with #A81BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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