Html Css Color HEX #A224AC Dark Orchid

📋 copy color: '#A224AC'

red 162 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #A224AC

Tints of Dark Orchid #A224AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 43.78%
G = 9.73%
B = 46.49%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A224AC (or 0xA224AC) is known color: Dark Orchid. HEX triplet: A2, 24 and AC. RGB value is (162,36,172). Sum of RGB (Red+Green+Blue) = 162+36+172=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A224AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224AC is #5DDB53. Grayscale: #585858. Windows color (decimal): -6150996 or 11281570. OLE color: 11281570.

HSL color Cylindrical-coordinate representation of color #A224AC: hue angle of 295.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A224AC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 36 172 -
CMYK 0.06 0.79 0 0.33
HSL 295.59º 0.65% 0.41% -
HSV(B) 295.59º 0.79% 0.67% -
XYZ 22.98 11.92 40.12 -
YUV 89.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 162 36 172 0.06 0.79 0 0.33 295.59 0.65 0.41
Hex A2 24 AC 6 4F 0 21 128 41 29
Octal 242 44 254 6 117 0 41 450 101 51
Binary 10100010 100100 10101100 110 1001111 0 100001 100101000 1000001 101001

Color Harmonies of #A224AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A224AC

Black with #A224AC

Text Example


Text Example

White with #A224AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A224AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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