Html Css Color HEX #A820E6 Dark Orchid

📋 copy color: '#A820E6'

red 168 ◦ green 32 ◦ blue 230

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

Shades of Dark Orchid #A820E6

Tints of Dark Orchid #A820E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.49%

R = 39.07%
G = 7.44%
B = 53.49%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A820E6 (or 0xA820E6) is known color: Dark Orchid. HEX triplet: A8, 20 and E6. RGB value is (168,32,230). Sum of RGB (Red+Green+Blue) = 168+32+230=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #A820E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820E6 is #57DF19. Grayscale: #5E5E5E. Windows color (decimal): -5758746 or 15081640. OLE color: 15081640.

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

Color convert

RGB 168 32 230 -
CMYK 0.27 0.86 0 0.10
HSL 281.21º 0.8% 0.51% -
HSV(B) 281.21º 0.86% 0.9% -
XYZ 30.95 15.07 76.14 -
YUV 95.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 168 32 230 0.27 0.86 0 0.10 281.21 0.8 0.51
Hex A8 20 E6 1B 56 0 A 119 50 33
Octal 250 40 346 33 126 0 12 431 120 63
Binary 10101000 100000 11100110 11011 1010110 0 1010 100011001 1010000 110011

Color Harmonies of #A820E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820E6

Black with #A820E6

Text Example


Text Example

White with #A820E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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