Html Css Color HEX #A828AD Dark Orchid

📋 copy color: '#A828AD'

red 168 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A828AD

Tints of Dark Orchid #A828AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 44.09%
G = 10.5%
B = 45.41%

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

#A828AD (or 0xA828AD) is known color: Dark Orchid. HEX triplet: A8, 28 and AD. RGB value is (168,40,173). Sum of RGB (Red+Green+Blue) = 168+40+173=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #A828AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828AD is #57D752. Grayscale: #5D5D5D. Windows color (decimal): -5756755 or 11348136. OLE color: 11348136.

HSL color Cylindrical-coordinate representation of color #A828AD: hue angle of 297.74º degrees, saturation: 0.62, 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 #A828AD is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 40 173 -
CMYK 0.03 0.77 0 0.32
HSL 297.74º 0.62% 0.42% -
HSV(B) 297.74º 0.77% 0.68% -
XYZ 24.45 12.86 40.73 -
YUV 93.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 168 40 173 0.03 0.77 0 0.32 297.74 0.62 0.42
Hex A8 28 AD 3 4D 0 20 12A 3E 2A
Octal 250 50 255 3 115 0 40 452 76 52
Binary 10101000 101000 10101101 11 1001101 0 100000 100101010 111110 101010

Color Harmonies of #A828AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828AD

Black with #A828AD

Text Example


Text Example

White with #A828AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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