Html Css Color HEX #A495FB Biloba Flower

📋 copy color: '#A495FB'

red 164 ◦ green 149 ◦ blue 251

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

Shades of Biloba Flower #A495FB

Tints of Biloba Flower #A495FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 29.08%
G = 26.42%
B = 44.5%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A495FB (or 0xA495FB) is known color: Biloba Flower. HEX triplet: A4, 95 and FB. RGB value is (164,149,251). Sum of RGB (Red+Green+Blue) = 164+149+251=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #A495FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FB is #5B6A04. Grayscale: #A4A4A4. Windows color (decimal): -5990917 or 16487844. OLE color: 16487844.

HSL color Cylindrical-coordinate representation of color #A495FB: hue angle of 248.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A495FB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 149 251 -
CMYK 0.35 0.41 0 0.02
HSL 248.82º 0.93% 0.78% -
HSV(B) 248.82º 0.41% 0.98% -
XYZ 43.47 36.35 95.99 -
YUV 165.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 164 149 251 0.35 0.41 0 0.02 248.82 0.93 0.78
Hex A4 95 FB 23 29 0 2 F9 5D 4E
Octal 244 225 373 43 51 0 2 371 135 116
Binary 10100100 10010101 11111011 100011 101001 0 10 11111001 1011101 1001110

Color Harmonies of #A495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495FB

Black with #A495FB

Text Example


Text Example

White with #A495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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