Html Css Color HEX #A265BE Deep Lilac

📋 copy color: '#A265BE'

red 162 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #A265BE

Tints of Deep Lilac #A265BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 35.76%
G = 22.3%
B = 41.94%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A265BE (or 0xA265BE) is known color: Deep Lilac. HEX triplet: A2, 65 and BE. RGB value is (162,101,190). Sum of RGB (Red+Green+Blue) = 162+101+190=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A265BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265BE is #5D9A41. Grayscale: #818181. Windows color (decimal): -6134338 or 12477858. OLE color: 12477858.

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

Color convert

RGB 162 101 190 -
CMYK 0.15 0.47 0 0.25
HSL 281.12º 0.41% 0.57% -
HSV(B) 281.12º 0.47% 0.75% -
XYZ 28.85 20.71 51.19 -
YUV 129.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 162 101 190 0.15 0.47 0 0.25 281.12 0.41 0.57
Hex A2 65 BE F 2F 0 19 119 29 39
Octal 242 145 276 17 57 0 31 431 51 71
Binary 10100010 1100101 10111110 1111 101111 0 11001 100011001 101001 111001

Color Harmonies of #A265BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265BE

Black with #A265BE

Text Example


Text Example

White with #A265BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265BE; }

 p { color: rgb(162,101,190); }

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

background-color css

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

 a { background-color: rgb(162,101,190); }

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

border-color css

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

 span { border-color: rgb(162,101,190); }

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