Html Css Color HEX #A028BE Dark Orchid

📋 copy color: '#A028BE'

red 160 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #A028BE

Tints of Dark Orchid #A028BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 41.03%
G = 10.26%
B = 48.72%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A028BE (or 0xA028BE) is known color: Dark Orchid. HEX triplet: A0, 28 and BE. RGB value is (160,40,190). Sum of RGB (Red+Green+Blue) = 160+40+190=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #A028BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028BE is #5FD741. Grayscale: #5C5C5C. Windows color (decimal): -6281026 or 12462240. OLE color: 12462240.

HSL color Cylindrical-coordinate representation of color #A028BE: hue angle of 288º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A028BE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 40 190 -
CMYK 0.16 0.79 0 0.25
HSL 288º 0.65% 0.45% -
HSV(B) 288º 0.79% 0.75% -
XYZ 24.55 12.71 49.87 -
YUV 92.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 160 40 190 0.16 0.79 0 0.25 288 0.65 0.45
Hex A0 28 BE 10 4F 0 19 120 41 2D
Octal 240 50 276 20 117 0 31 440 101 55
Binary 10100000 101000 10111110 10000 1001111 0 11001 100100000 1000001 101101

Color Harmonies of #A028BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028BE

Black with #A028BE

Text Example


Text Example

White with #A028BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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