Html Css Color HEX #A028BA Dark Orchid

📋 copy color: '#A028BA'

red 160 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A028BA

Tints of Dark Orchid #A028BA

RGB

 RED value IS 160 (62.89% from 255) = 41.45%

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

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

R = 41.45%
G = 10.36%
B = 48.19%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A028BA (or 0xA028BA) is known color: Dark Orchid. HEX triplet: A0, 28 and BA. RGB value is (160,40,186). Sum of RGB (Red+Green+Blue) = 160+40+186=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A028BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028BA is #5FD745. Grayscale: #5C5C5C. Windows color (decimal): -6281030 or 12200096. OLE color: 12200096.

HSL color Cylindrical-coordinate representation of color #A028BA: hue angle of 289.32º 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 #A028BA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 40 186 -
CMYK 0.14 0.78 0 0.27
HSL 289.32º 0.65% 0.44% -
HSV(B) 289.32º 0.78% 0.73% -
XYZ 24.12 12.54 47.6 -
YUV 92.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 160 40 186 0.14 0.78 0 0.27 289.32 0.65 0.44
Hex A0 28 BA E 4E 0 1B 121 41 2C
Octal 240 50 272 16 116 0 33 441 101 54
Binary 10100000 101000 10111010 1110 1001110 0 11011 100100001 1000001 101100

Color Harmonies of #A028BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028BA

Black with #A028BA

Text Example


Text Example

White with #A028BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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