Html Css Color HEX #A228AD Dark Orchid

📋 copy color: '#A228AD'

red 162 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A228AD

Tints of Dark Orchid #A228AD

RGB

 RED value IS 162 (63.67% from 255) = 43.2%

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 43.2%
G = 10.67%
B = 46.13%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A228AD (or 0xA228AD) is known color: Dark Orchid. HEX triplet: A2, 28 and AD. RGB value is (162,40,173). Sum of RGB (Red+Green+Blue) = 162+40+173=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A228AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228AD is #5DD752. Grayscale: #5B5B5B. Windows color (decimal): -6149971 or 11348130. OLE color: 11348130.

HSL color Cylindrical-coordinate representation of color #A228AD: hue angle of 295.04º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A228AD is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 40 173 -
CMYK 0.06 0.77 0 0.32
HSL 295.04º 0.62% 0.42% -
HSV(B) 295.04º 0.77% 0.68% -
XYZ 23.2 12.22 40.67 -
YUV 91.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 162 40 173 0.06 0.77 0 0.32 295.04 0.62 0.42
Hex A2 28 AD 6 4D 0 20 127 3E 2A
Octal 242 50 255 6 115 0 40 447 76 52
Binary 10100010 101000 10101101 110 1001101 0 100000 100100111 111110 101010

Color Harmonies of #A228AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228AD

Black with #A228AD

Text Example


Text Example

White with #A228AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228AD; }

 p { color: rgb(162,40,173); }

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

background-color css

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

 a { background-color: rgb(162,40,173); }

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

border-color css

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

 span { border-color: rgb(162,40,173); }

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