Html Css Color HEX #A028B9 Dark Orchid

📋 copy color: '#A028B9'

red 160 ◦ green 40 ◦ blue 185

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

Shades of Dark Orchid #A028B9

Tints of Dark Orchid #A028B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 41.56%
G = 10.39%
B = 48.05%

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

#A028B9 (or 0xA028B9) is known color: Dark Orchid. HEX triplet: A0, 28 and B9. RGB value is (160,40,185). Sum of RGB (Red+Green+Blue) = 160+40+185=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #A028B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028B9 is #5FD746. Grayscale: #5B5B5B. Windows color (decimal): -6281031 or 12134560. OLE color: 12134560.

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

Color convert

RGB 160 40 185 -
CMYK 0.14 0.78 0 0.27
HSL 289.66º 0.64% 0.44% -
HSV(B) 289.66º 0.78% 0.73% -
XYZ 24.01 12.49 47.04 -
YUV 92.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 160 40 185 0.14 0.78 0 0.27 289.66 0.64 0.44
Hex A0 28 B9 E 4E 0 1B 122 40 2C
Octal 240 50 271 16 116 0 33 442 100 54
Binary 10100000 101000 10111001 1110 1001110 0 11011 100100010 1000000 101100

Color Harmonies of #A028B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028B9

Black with #A028B9

Text Example


Text Example

White with #A028B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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