Html Css Color HEX #A81DE5 Dark Orchid

📋 copy color: '#A81DE5'

red 168 ◦ green 29 ◦ blue 229

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

Shades of Dark Orchid #A81DE5

Tints of Dark Orchid #A81DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.76%

R = 39.44%
G = 6.81%
B = 53.76%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A81DE5 (or 0xA81DE5) is known color: Dark Orchid. HEX triplet: A8, 1D and E5. RGB value is (168,29,229). Sum of RGB (Red+Green+Blue) = 168+29+229=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #A81DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DE5 is #57E21A. Grayscale: #5C5C5C. Windows color (decimal): -5759515 or 15015336. OLE color: 15015336.

HSL color Cylindrical-coordinate representation of color #A81DE5: hue angle of 281.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81DE5 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 29 229 -
CMYK 0.27 0.87 0 0.10
HSL 281.7º 0.79% 0.51% -
HSV(B) 281.7º 0.87% 0.9% -
XYZ 30.73 14.86 75.38 -
YUV 93.36 204.55 181.24 -
System Red Green Blue C M Y K H S L
Decimal 168 29 229 0.27 0.87 0 0.10 281.7 0.79 0.51
Hex A8 1D E5 1B 57 0 A 11A 4F 33
Octal 250 35 345 33 127 0 12 432 117 63
Binary 10101000 11101 11100101 11011 1010111 0 1010 100011010 1001111 110011

Color Harmonies of #A81DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DE5

Black with #A81DE5

Text Example


Text Example

White with #A81DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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