Html Css Color HEX #A828D1 Dark Orchid

📋 copy color: '#A828D1'

red 168 ◦ green 40 ◦ blue 209

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

Shades of Dark Orchid #A828D1

Tints of Dark Orchid #A828D1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.59%

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 40.29%
G = 9.59%
B = 50.12%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A828D1 (or 0xA828D1) is known color: Dark Orchid. HEX triplet: A8, 28 and D1. RGB value is (168,40,209). Sum of RGB (Red+Green+Blue) = 168+40+209=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #A828D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828D1 is #57D72E. Grayscale: #606060. Windows color (decimal): -5756719 or 13707432. OLE color: 13707432.

HSL color Cylindrical-coordinate representation of color #A828D1: hue angle of 285.44º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A828D1 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 40 209 -
CMYK 0.20 0.81 0 0.18
HSL 285.44º 0.68% 0.49% -
HSV(B) 285.44º 0.81% 0.82% -
XYZ 28.42 14.45 61.61 -
YUV 97.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 168 40 209 0.20 0.81 0 0.18 285.44 0.68 0.49
Hex A8 28 D1 14 51 0 12 11D 44 31
Octal 250 50 321 24 121 0 22 435 104 61
Binary 10101000 101000 11010001 10100 1010001 0 10010 100011101 1000100 110001

Color Harmonies of #A828D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828D1

Black with #A828D1

Text Example


Text Example

White with #A828D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828D1; }

 p { color: rgb(168,40,209); }

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

background-color css

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

 a { background-color: rgb(168,40,209); }

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

border-color css

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

 span { border-color: rgb(168,40,209); }

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