Html Css Color HEX #A495ED Biloba Flower

📋 copy color: '#A495ED'

red 164 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #A495ED

Tints of Biloba Flower #A495ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 29.82%
G = 27.09%
B = 43.09%

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

#A495ED (or 0xA495ED) is known color: Biloba Flower. HEX triplet: A4, 95 and ED. RGB value is (164,149,237). Sum of RGB (Red+Green+Blue) = 164+149+237=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #A495ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495ED is #5B6A12. Grayscale: #A3A3A3. Windows color (decimal): -5990931 or 15570340. OLE color: 15570340.

HSL color Cylindrical-coordinate representation of color #A495ED: hue angle of 250.23º degrees, saturation: 0.71, 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 #A495ED is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 149 237 -
CMYK 0.31 0.37 0 0.07
HSL 250.23º 0.71% 0.76% -
HSV(B) 250.23º 0.37% 0.93% -
XYZ 41.34 35.5 84.79 -
YUV 163.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 164 149 237 0.31 0.37 0 0.07 250.23 0.71 0.76
Hex A4 95 ED 1F 25 0 7 FA 47 4C
Octal 244 225 355 37 45 0 7 372 107 114
Binary 10100100 10010101 11101101 11111 100101 0 111 11111010 1000111 1001100

Color Harmonies of #A495ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495ED

Black with #A495ED

Text Example


Text Example

White with #A495ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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