Html Css Color HEX #A224BA Dark Orchid

📋 copy color: '#A224BA'

red 162 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #A224BA

Tints of Dark Orchid #A224BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.38%

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 42.19%
G = 9.38%
B = 48.44%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A224BA (or 0xA224BA) is known color: Dark Orchid. HEX triplet: A2, 24 and BA. RGB value is (162,36,186). Sum of RGB (Red+Green+Blue) = 162+36+186=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A224BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224BA is #5DDB45. Grayscale: #5A5A5A. Windows color (decimal): -6150982 or 12199074. OLE color: 12199074.

HSL color Cylindrical-coordinate representation of color #A224BA: hue angle of 290.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A224BA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 36 186 -
CMYK 0.13 0.81 0 0.27
HSL 290.4º 0.68% 0.44% -
HSV(B) 290.4º 0.81% 0.73% -
XYZ 24.39 12.49 47.58 -
YUV 90.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 162 36 186 0.13 0.81 0 0.27 290.4 0.68 0.44
Hex A2 24 BA D 51 0 1B 122 44 2C
Octal 242 44 272 15 121 0 33 442 104 54
Binary 10100010 100100 10111010 1101 1010001 0 11011 100100010 1000100 101100

Color Harmonies of #A224BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A224BA

Black with #A224BA

Text Example


Text Example

White with #A224BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A224BA; }

 p { color: rgb(162,36,186); }

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

background-color css

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

 a { background-color: rgb(162,36,186); }

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

border-color css

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

 span { border-color: rgb(162,36,186); }

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