Html Css Color HEX #A828DB Dark Orchid

📋 copy color: '#A828DB'

red 168 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #A828DB

Tints of Dark Orchid #A828DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 39.34%
G = 9.37%
B = 51.29%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A828DB (or 0xA828DB) is known color: Dark Orchid. HEX triplet: A8, 28 and DB. RGB value is (168,40,219). Sum of RGB (Red+Green+Blue) = 168+40+219=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A828DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828DB is #57D724. Grayscale: #626262. Windows color (decimal): -5756709 or 14362792. OLE color: 14362792.

HSL color Cylindrical-coordinate representation of color #A828DB: hue angle of 282.91º degrees, saturation: 0.71, 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 #A828DB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 40 219 -
CMYK 0.23 0.82 0 0.14
HSL 282.91º 0.71% 0.51% -
HSV(B) 282.91º 0.82% 0.86% -
XYZ 29.69 14.96 68.34 -
YUV 98.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 168 40 219 0.23 0.82 0 0.14 282.91 0.71 0.51
Hex A8 28 DB 17 52 0 E 11B 47 33
Octal 250 50 333 27 122 0 16 433 107 63
Binary 10101000 101000 11011011 10111 1010010 0 1110 100011011 1000111 110011

Color Harmonies of #A828DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828DB

Black with #A828DB

Text Example


Text Example

White with #A828DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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