Html Css Color HEX #A820E1 Dark Orchid

📋 copy color: '#A820E1'

red 168 ◦ green 32 ◦ blue 225

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

Shades of Dark Orchid #A820E1

Tints of Dark Orchid #A820E1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 225 (88.28% from 255) = 52.94%

R = 39.53%
G = 7.53%
B = 52.94%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A820E1 (or 0xA820E1) is known color: Dark Orchid. HEX triplet: A8, 20 and E1. RGB value is (168,32,225). Sum of RGB (Red+Green+Blue) = 168+32+225=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #A820E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820E1 is #57DF1E. Grayscale: #5E5E5E. Windows color (decimal): -5758751 or 14753960. OLE color: 14753960.

HSL color Cylindrical-coordinate representation of color #A820E1: hue angle of 282.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A820E1 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 32 225 -
CMYK 0.25 0.86 0 0.12
HSL 282.28º 0.76% 0.5% -
HSV(B) 282.28º 0.86% 0.88% -
XYZ 30.26 14.79 72.5 -
YUV 94.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 168 32 225 0.25 0.86 0 0.12 282.28 0.76 0.5
Hex A8 20 E1 19 56 0 C 11A 4C 32
Octal 250 40 341 31 126 0 14 432 114 62
Binary 10101000 100000 11100001 11001 1010110 0 1100 100011010 1001100 110010

Color Harmonies of #A820E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820E1

Black with #A820E1

Text Example


Text Example

White with #A820E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820E1; }

 p { color: rgb(168,32,225); }

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

background-color css

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

 a { background-color: rgb(168,32,225); }

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

border-color css

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

 span { border-color: rgb(168,32,225); }

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