Html Css Color HEX #A828DE Dark Orchid

📋 copy color: '#A828DE'

red 168 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #A828DE

Tints of Dark Orchid #A828DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 39.07%
G = 9.3%
B = 51.63%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A828DE (or 0xA828DE) is known color: Dark Orchid. HEX triplet: A8, 28 and DE. RGB value is (168,40,222). Sum of RGB (Red+Green+Blue) = 168+40+222=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A828DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828DE is #57D721. Grayscale: #626262. Windows color (decimal): -5756706 or 14559400. OLE color: 14559400.

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

Color convert

RGB 168 40 222 -
CMYK 0.24 0.82 0 0.13
HSL 282.2º 0.73% 0.51% -
HSV(B) 282.2º 0.82% 0.87% -
XYZ 30.09 15.12 70.44 -
YUV 99.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 168 40 222 0.24 0.82 0 0.13 282.2 0.73 0.51
Hex A8 28 DE 18 52 0 D 11A 49 33
Octal 250 50 336 30 122 0 15 432 111 63
Binary 10101000 101000 11011110 11000 1010010 0 1101 100011010 1001001 110011

Color Harmonies of #A828DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828DE

Black with #A828DE

Text Example


Text Example

White with #A828DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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