Html Css Color HEX #A028BD Dark Orchid

📋 copy color: '#A028BD'

red 160 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #A028BD

Tints of Dark Orchid #A028BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 41.13%
G = 10.28%
B = 48.59%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A028BD (or 0xA028BD) is known color: Dark Orchid. HEX triplet: A0, 28 and BD. RGB value is (160,40,189). Sum of RGB (Red+Green+Blue) = 160+40+189=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #A028BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028BD is #5FD742. Grayscale: #5C5C5C. Windows color (decimal): -6281027 or 12396704. OLE color: 12396704.

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

Color convert

RGB 160 40 189 -
CMYK 0.15 0.79 0 0.26
HSL 288.32º 0.65% 0.45% -
HSV(B) 288.32º 0.79% 0.74% -
XYZ 24.44 12.67 49.3 -
YUV 92.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 160 40 189 0.15 0.79 0 0.26 288.32 0.65 0.45
Hex A0 28 BD F 4F 0 1A 120 41 2D
Octal 240 50 275 17 117 0 32 440 101 55
Binary 10100000 101000 10111101 1111 1001111 0 11010 100100000 1000001 101101

Color Harmonies of #A028BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028BD

Black with #A028BD

Text Example


Text Example

White with #A028BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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