Html Css Color HEX #A247CA Deep Lilac

📋 copy color: '#A247CA'

red 162 ◦ green 71 ◦ blue 202

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

Shades of Deep Lilac #A247CA

Tints of Deep Lilac #A247CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 37.24%
G = 16.32%
B = 46.44%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A247CA (or 0xA247CA) is known color: Deep Lilac. HEX triplet: A2, 47 and CA. RGB value is (162,71,202). Sum of RGB (Red+Green+Blue) = 162+71+202=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A247CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247CA is #5DB835. Grayscale: #707070. Windows color (decimal): -6142006 or 13256610. OLE color: 13256610.

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

Color convert

RGB 162 71 202 -
CMYK 0.20 0.65 0 0.21
HSL 281.68º 0.55% 0.54% -
HSV(B) 281.68º 0.65% 0.79% -
XYZ 27.81 16.45 57.59 -
YUV 113.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 162 71 202 0.20 0.65 0 0.21 281.68 0.55 0.54
Hex A2 47 CA 14 41 0 15 11A 37 36
Octal 242 107 312 24 101 0 25 432 67 66
Binary 10100010 1000111 11001010 10100 1000001 0 10101 100011010 110111 110110

Color Harmonies of #A247CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247CA

Black with #A247CA

Text Example


Text Example

White with #A247CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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