Html Css Color HEX #A650CA Deep Lilac

📋 copy color: '#A650CA'

red 166 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #A650CA

Tints of Deep Lilac #A650CA

RGB

 RED value IS 166 (65.23% from 255) = 37.05%

 GREEN value IS 80 (31.64% from 255) = 17.86%

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

R = 37.05%
G = 17.86%
B = 45.09%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A650CA (or 0xA650CA) is known color: Deep Lilac. HEX triplet: A6, 50 and CA. RGB value is (166,80,202). Sum of RGB (Red+Green+Blue) = 166+80+202=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #A650CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650CA is #59AF35. Grayscale: #777777. Windows color (decimal): -5877558 or 13258918. OLE color: 13258918.

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

Color convert

RGB 166 80 202 -
CMYK 0.18 0.60 0 0.21
HSL 282.3º 0.54% 0.55% -
HSV(B) 282.3º 0.6% 0.79% -
XYZ 29.26 18.11 57.83 -
YUV 119.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 166 80 202 0.18 0.60 0 0.21 282.3 0.54 0.55
Hex A6 50 CA 12 3C 0 15 11A 36 37
Octal 246 120 312 22 74 0 25 432 66 67
Binary 10100110 1010000 11001010 10010 111100 0 10101 100011010 110110 110111

Color Harmonies of #A650CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650CA

Black with #A650CA

Text Example


Text Example

White with #A650CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650CA; }

 p { color: rgb(166,80,202); }

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

background-color css

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

 a { background-color: rgb(166,80,202); }

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

border-color css

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

 span { border-color: rgb(166,80,202); }

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