Html Css Color HEX #A828BA Dark Orchid

📋 copy color: '#A828BA'

red 168 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A828BA

Tints of Dark Orchid #A828BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 42.64%
G = 10.15%
B = 47.21%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A828BA (or 0xA828BA) is known color: Dark Orchid. HEX triplet: A8, 28 and BA. RGB value is (168,40,186). Sum of RGB (Red+Green+Blue) = 168+40+186=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #A828BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828BA is #57D745. Grayscale: #5E5E5E. Windows color (decimal): -5756742 or 12200104. OLE color: 12200104.

HSL color Cylindrical-coordinate representation of color #A828BA: hue angle of 292.6º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A828BA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 40 186 -
CMYK 0.10 0.78 0 0.27
HSL 292.6º 0.65% 0.44% -
HSV(B) 292.6º 0.78% 0.73% -
XYZ 25.77 13.39 47.68 -
YUV 94.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 168 40 186 0.10 0.78 0 0.27 292.6 0.65 0.44
Hex A8 28 BA A 4E 0 1B 125 41 2C
Octal 250 50 272 12 116 0 33 445 101 54
Binary 10101000 101000 10111010 1010 1001110 0 11011 100100101 1000001 101100

Color Harmonies of #A828BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828BA

Black with #A828BA

Text Example


Text Example

White with #A828BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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