Html Css Color HEX #A495EC Biloba Flower

📋 copy color: '#A495EC'

red 164 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #A495EC

Tints of Biloba Flower #A495EC

RGB

 RED value IS 164 (64.45% from 255) = 29.87%

 GREEN value IS 149 (58.59% from 255) = 27.14%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 29.87%
G = 27.14%
B = 42.99%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A495EC (or 0xA495EC) is known color: Biloba Flower. HEX triplet: A4, 95 and EC. RGB value is (164,149,236). Sum of RGB (Red+Green+Blue) = 164+149+236=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #A495EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495EC is #5B6A13. Grayscale: #A3A3A3. Windows color (decimal): -5990932 or 15504804. OLE color: 15504804.

HSL color Cylindrical-coordinate representation of color #A495EC: hue angle of 250.34º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A495EC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 149 236 -
CMYK 0.31 0.37 0 0.07
HSL 250.34º 0.7% 0.75% -
HSV(B) 250.34º 0.37% 0.93% -
XYZ 41.2 35.44 84.03 -
YUV 163.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 164 149 236 0.31 0.37 0 0.07 250.34 0.7 0.75
Hex A4 95 EC 1F 25 0 7 FA 46 4B
Octal 244 225 354 37 45 0 7 372 106 113
Binary 10100100 10010101 11101100 11111 100101 0 111 11111010 1000110 1001011

Color Harmonies of #A495EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495EC

Black with #A495EC

Text Example


Text Example

White with #A495EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495EC; }

 p { color: rgb(164,149,236); }

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

background-color css

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

 a { background-color: rgb(164,149,236); }

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

border-color css

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

 span { border-color: rgb(164,149,236); }

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