Html Css Color HEX #A828AC Dark Orchid

📋 copy color: '#A828AC'

red 168 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A828AC

Tints of Dark Orchid #A828AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 44.21%
G = 10.53%
B = 45.26%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A828AC (or 0xA828AC) is known color: Dark Orchid. HEX triplet: A8, 28 and AC. RGB value is (168,40,172). Sum of RGB (Red+Green+Blue) = 168+40+172=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A828AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828AC is #57D753. Grayscale: #5C5C5C. Windows color (decimal): -5756756 or 11282600. OLE color: 11282600.

HSL color Cylindrical-coordinate representation of color #A828AC: hue angle of 298.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A828AC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 40 172 -
CMYK 0.02 0.77 0 0.33
HSL 298.18º 0.62% 0.42% -
HSV(B) 298.18º 0.77% 0.67% -
XYZ 24.35 12.82 40.22 -
YUV 93.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 168 40 172 0.02 0.77 0 0.33 298.18 0.62 0.42
Hex A8 28 AC 2 4D 0 21 12A 3E 2A
Octal 250 50 254 2 115 0 41 452 76 52
Binary 10101000 101000 10101100 10 1001101 0 100001 100101010 111110 101010

Color Harmonies of #A828AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828AC

Black with #A828AC

Text Example


Text Example

White with #A828AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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