Html Css Color HEX #A065BD Deep Lilac

📋 copy color: '#A065BD'

red 160 ◦ green 101 ◦ blue 189

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

Shades of Deep Lilac #A065BD

Tints of Deep Lilac #A065BD

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 35.56%
G = 22.44%
B = 42%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A065BD (or 0xA065BD) is known color: Deep Lilac. HEX triplet: A0, 65 and BD. RGB value is (160,101,189). Sum of RGB (Red+Green+Blue) = 160+101+189=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A065BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BD is #5F9A42. Grayscale: #808080. Windows color (decimal): -6265411 or 12412320. OLE color: 12412320.

HSL color Cylindrical-coordinate representation of color #A065BD: hue angle of 280.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A065BD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 101 189 -
CMYK 0.15 0.47 0 0.26
HSL 280.23º 0.4% 0.57% -
HSV(B) 280.23º 0.47% 0.74% -
XYZ 28.34 20.46 50.6 -
YUV 128.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 160 101 189 0.15 0.47 0 0.26 280.23 0.4 0.57
Hex A0 65 BD F 2F 0 1A 118 28 39
Octal 240 145 275 17 57 0 32 430 50 71
Binary 10100000 1100101 10111101 1111 101111 0 11010 100011000 101000 111001

Color Harmonies of #A065BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065BD

Black with #A065BD

Text Example


Text Example

White with #A065BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065BD; }

 p { color: rgb(160,101,189); }

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

background-color css

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

 a { background-color: rgb(160,101,189); }

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

border-color css

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

 span { border-color: rgb(160,101,189); }

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