Html Css Color HEX #A028B8 Dark Orchid

📋 copy color: '#A028B8'

red 160 ◦ green 40 ◦ blue 184

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

Shades of Dark Orchid #A028B8

Tints of Dark Orchid #A028B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 41.67%
G = 10.42%
B = 47.92%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A028B8 (or 0xA028B8) is known color: Dark Orchid. HEX triplet: A0, 28 and B8. RGB value is (160,40,184). Sum of RGB (Red+Green+Blue) = 160+40+184=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #A028B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028B8 is #5FD747. Grayscale: #5B5B5B. Windows color (decimal): -6281032 or 12069024. OLE color: 12069024.

HSL color Cylindrical-coordinate representation of color #A028B8: hue angle of 290º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A028B8 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 40 184 -
CMYK 0.13 0.78 0 0.28
HSL 290º 0.64% 0.44% -
HSV(B) 290º 0.78% 0.72% -
XYZ 23.91 12.45 46.49 -
YUV 92.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 160 40 184 0.13 0.78 0 0.28 290 0.64 0.44
Hex A0 28 B8 D 4E 0 1C 122 40 2C
Octal 240 50 270 15 116 0 34 442 100 54
Binary 10100000 101000 10111000 1101 1001110 0 11100 100100010 1000000 101100

Color Harmonies of #A028B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028B8

Black with #A028B8

Text Example


Text Example

White with #A028B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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