Html Css Color HEX #A495FA Biloba Flower

📋 copy color: '#A495FA'

red 164 ◦ green 149 ◦ blue 250

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

Shades of Biloba Flower #A495FA

Tints of Biloba Flower #A495FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 29.13%
G = 26.47%
B = 44.4%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A495FA (or 0xA495FA) is known color: Biloba Flower. HEX triplet: A4, 95 and FA. RGB value is (164,149,250). Sum of RGB (Red+Green+Blue) = 164+149+250=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A495FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FA is #5B6A05. Grayscale: #A4A4A4. Windows color (decimal): -5990918 or 16422308. OLE color: 16422308.

HSL color Cylindrical-coordinate representation of color #A495FA: hue angle of 248.91º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A495FA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 149 250 -
CMYK 0.34 0.40 0 0.02
HSL 248.91º 0.91% 0.78% -
HSV(B) 248.91º 0.4% 0.98% -
XYZ 43.31 36.29 95.16 -
YUV 165 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 164 149 250 0.34 0.40 0 0.02 248.91 0.91 0.78
Hex A4 95 FA 22 28 0 2 F9 5B 4E
Octal 244 225 372 42 50 0 2 371 133 116
Binary 10100100 10010101 11111010 100010 101000 0 10 11111001 1011011 1001110

Color Harmonies of #A495FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495FA

Black with #A495FA

Text Example


Text Example

White with #A495FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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