Html Css Color HEX #A895F9 Biloba Flower

📋 copy color: '#A895F9'

red 168 ◦ green 149 ◦ blue 249

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

Shades of Biloba Flower #A895F9

Tints of Biloba Flower #A895F9

RGB

 RED value IS 168 (66.02% from 255) = 29.68%

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

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 29.68%
G = 26.33%
B = 43.99%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A895F9 (or 0xA895F9) is known color: Biloba Flower. HEX triplet: A8, 95 and F9. RGB value is (168,149,249). Sum of RGB (Red+Green+Blue) = 168+149+249=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #A895F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895F9 is #576A06. Grayscale: #A5A5A5. Windows color (decimal): -5728775 or 16356776. OLE color: 16356776.

HSL color Cylindrical-coordinate representation of color #A895F9: hue angle of 251.4º degrees, saturation: 0.89, 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 #A895F9 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 149 249 -
CMYK 0.33 0.40 0 0.02
HSL 251.4º 0.89% 0.78% -
HSV(B) 251.4º 0.4% 0.98% -
XYZ 43.99 36.66 94.38 -
YUV 166.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 168 149 249 0.33 0.40 0 0.02 251.4 0.89 0.78
Hex A8 95 F9 21 28 0 2 FB 59 4E
Octal 250 225 371 41 50 0 2 373 131 116
Binary 10101000 10010101 11111001 100001 101000 0 10 11111011 1011001 1001110

Color Harmonies of #A895F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895F9

Black with #A895F9

Text Example


Text Example

White with #A895F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895F9; }

 p { color: rgb(168,149,249); }

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

background-color css

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

 a { background-color: rgb(168,149,249); }

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

border-color css

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

 span { border-color: rgb(168,149,249); }

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