Html Css Color HEX #A828AE Dark Orchid

📋 copy color: '#A828AE'

red 168 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #A828AE

Tints of Dark Orchid #A828AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 43.98%
G = 10.47%
B = 45.55%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A828AE (or 0xA828AE) is known color: Dark Orchid. HEX triplet: A8, 28 and AE. RGB value is (168,40,174). Sum of RGB (Red+Green+Blue) = 168+40+174=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A828AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828AE is #57D751. Grayscale: #5D5D5D. Windows color (decimal): -5756754 or 11413672. OLE color: 11413672.

HSL color Cylindrical-coordinate representation of color #A828AE: hue angle of 297.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A828AE is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 40 174 -
CMYK 0.03 0.77 0 0.32
HSL 297.31º 0.63% 0.42% -
HSV(B) 297.31º 0.77% 0.68% -
XYZ 24.55 12.9 41.24 -
YUV 93.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 168 40 174 0.03 0.77 0 0.32 297.31 0.63 0.42
Hex A8 28 AE 3 4D 0 20 129 3F 2A
Octal 250 50 256 3 115 0 40 451 77 52
Binary 10101000 101000 10101110 11 1001101 0 100000 100101001 111111 101010

Color Harmonies of #A828AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828AE

Black with #A828AE

Text Example


Text Example

White with #A828AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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