Html Css Color HEX #A224BE Dark Orchid

📋 copy color: '#A224BE'

red 162 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #A224BE

Tints of Dark Orchid #A224BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 41.75%
G = 9.28%
B = 48.97%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A224BE (or 0xA224BE) is known color: Dark Orchid. HEX triplet: A2, 24 and BE. RGB value is (162,36,190). Sum of RGB (Red+Green+Blue) = 162+36+190=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #A224BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224BE is #5DDB41. Grayscale: #5A5A5A. Windows color (decimal): -6150978 or 12461218. OLE color: 12461218.

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

Color convert

RGB 162 36 190 -
CMYK 0.15 0.81 0 0.25
HSL 289.09º 0.68% 0.44% -
HSV(B) 289.09º 0.81% 0.75% -
XYZ 24.83 12.66 49.85 -
YUV 91.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 162 36 190 0.15 0.81 0 0.25 289.09 0.68 0.44
Hex A2 24 BE F 51 0 19 121 44 2C
Octal 242 44 276 17 121 0 31 441 104 54
Binary 10100010 100100 10111110 1111 1010001 0 11001 100100001 1000100 101100

Color Harmonies of #A224BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A224BE

Black with #A224BE

Text Example


Text Example

White with #A224BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A224BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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