Html Css Color HEX #A495EE Biloba Flower

📋 copy color: '#A495EE'

red 164 ◦ green 149 ◦ blue 238

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

Shades of Biloba Flower #A495EE

Tints of Biloba Flower #A495EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 29.76%
G = 27.04%
B = 43.19%

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

#A495EE (or 0xA495EE) is known color: Biloba Flower. HEX triplet: A4, 95 and EE. RGB value is (164,149,238). Sum of RGB (Red+Green+Blue) = 164+149+238=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A495EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495EE is #5B6A11. Grayscale: #A3A3A3. Windows color (decimal): -5990930 or 15635876. OLE color: 15635876.

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

Color convert

RGB 164 149 238 -
CMYK 0.31 0.37 0 0.07
HSL 250.11º 0.72% 0.76% -
HSV(B) 250.11º 0.37% 0.93% -
XYZ 41.49 35.56 85.57 -
YUV 163.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 164 149 238 0.31 0.37 0 0.07 250.11 0.72 0.76
Hex A4 95 EE 1F 25 0 7 FA 48 4C
Octal 244 225 356 37 45 0 7 372 110 114
Binary 10100100 10010101 11101110 11111 100101 0 111 11111010 1001000 1001100

Color Harmonies of #A495EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495EE

Black with #A495EE

Text Example


Text Example

White with #A495EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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