Html Css Color HEX #A828DC Dark Orchid

📋 copy color: '#A828DC'

red 168 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #A828DC

Tints of Dark Orchid #A828DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 39.25%
G = 9.35%
B = 51.4%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A828DC (or 0xA828DC) is known color: Dark Orchid. HEX triplet: A8, 28 and DC. RGB value is (168,40,220). Sum of RGB (Red+Green+Blue) = 168+40+220=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #A828DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828DC is #57D723. Grayscale: #626262. Windows color (decimal): -5756708 or 14428328. OLE color: 14428328.

HSL color Cylindrical-coordinate representation of color #A828DC: hue angle of 282.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A828DC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 40 220 -
CMYK 0.24 0.82 0 0.14
HSL 282.67º 0.72% 0.51% -
HSV(B) 282.67º 0.82% 0.86% -
XYZ 29.83 15.01 69.04 -
YUV 98.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 168 40 220 0.24 0.82 0 0.14 282.67 0.72 0.51
Hex A8 28 DC 18 52 0 E 11B 48 33
Octal 250 50 334 30 122 0 16 433 110 63
Binary 10101000 101000 11011100 11000 1010010 0 1110 100011011 1001000 110011

Color Harmonies of #A828DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828DC

Black with #A828DC

Text Example


Text Example

White with #A828DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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