Html Css Color HEX #A565C2 Deep Lilac

📋 copy color: '#A565C2'

red 165 ◦ green 101 ◦ blue 194

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

Shades of Deep Lilac #A565C2

Tints of Deep Lilac #A565C2

RGB

 RED value IS 165 (64.84% from 255) = 35.87%

 GREEN value IS 101 (39.84% from 255) = 21.96%

 BLUE value IS 194 (76.17% from 255) = 42.17%

R = 35.87%
G = 21.96%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A565C2 (or 0xA565C2) is known color: Deep Lilac. HEX triplet: A5, 65 and C2. RGB value is (165,101,194). Sum of RGB (Red+Green+Blue) = 165+101+194=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #A565C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565C2 is #5A9A3D. Grayscale: #828282. Windows color (decimal): -5937726 or 12740005. OLE color: 12740005.

HSL color Cylindrical-coordinate representation of color #A565C2: hue angle of 281.29º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A565C2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 101 194 -
CMYK 0.15 0.48 0 0.24
HSL 281.29º 0.43% 0.58% -
HSV(B) 281.29º 0.48% 0.76% -
XYZ 29.91 21.2 53.55 -
YUV 130.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 165 101 194 0.15 0.48 0 0.24 281.29 0.43 0.58
Hex A5 65 C2 F 30 0 18 119 2B 3A
Octal 245 145 302 17 60 0 30 431 53 72
Binary 10100101 1100101 11000010 1111 110000 0 11000 100011001 101011 111010

Color Harmonies of #A565C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565C2

Black with #A565C2

Text Example


Text Example

White with #A565C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565C2; }

 p { color: rgb(165,101,194); }

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

background-color css

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

 a { background-color: rgb(165,101,194); }

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

border-color css

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

 span { border-color: rgb(165,101,194); }

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