Html Css Color HEX #A224CA Dark Orchid

📋 copy color: '#A224CA'

red 162 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #A224CA

Tints of Dark Orchid #A224CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 40.5%
G = 9%
B = 50.5%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A224CA (or 0xA224CA) is known color: Dark Orchid. HEX triplet: A2, 24 and CA. RGB value is (162,36,202). Sum of RGB (Red+Green+Blue) = 162+36+202=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #A224CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224CA is #5DDB35. Grayscale: #5C5C5C. Windows color (decimal): -6150966 or 13247650. OLE color: 13247650.

HSL color Cylindrical-coordinate representation of color #A224CA: hue angle of 285.54º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A224CA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 36 202 -
CMYK 0.20 0.82 0 0.21
HSL 285.54º 0.7% 0.47% -
HSV(B) 285.54º 0.82% 0.79% -
XYZ 26.19 13.21 57.05 -
YUV 92.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 162 36 202 0.20 0.82 0 0.21 285.54 0.7 0.47
Hex A2 24 CA 14 52 0 15 11E 46 2F
Octal 242 44 312 24 122 0 25 436 106 57
Binary 10100010 100100 11001010 10100 1010010 0 10101 100011110 1000110 101111

Color Harmonies of #A224CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A224CA

Black with #A224CA

Text Example


Text Example

White with #A224CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A224CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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