Html Css Color HEX #A895F1 Biloba Flower

📋 copy color: '#A895F1'

red 168 ◦ green 149 ◦ blue 241

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

Shades of Biloba Flower #A895F1

Tints of Biloba Flower #A895F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 30.11%
G = 26.7%
B = 43.19%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A895F1 (or 0xA895F1) is known color: Biloba Flower. HEX triplet: A8, 95 and F1. RGB value is (168,149,241). Sum of RGB (Red+Green+Blue) = 168+149+241=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A895F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895F1 is #576A0E. Grayscale: #A4A4A4. Windows color (decimal): -5728783 or 15832488. OLE color: 15832488.

HSL color Cylindrical-coordinate representation of color #A895F1: hue angle of 252.39º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A895F1 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 149 241 -
CMYK 0.30 0.38 0 0.05
HSL 252.39º 0.77% 0.76% -
HSV(B) 252.39º 0.38% 0.95% -
XYZ 42.77 36.17 87.95 -
YUV 165.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 168 149 241 0.30 0.38 0 0.05 252.39 0.77 0.76
Hex A8 95 F1 1E 26 0 5 FC 4D 4C
Octal 250 225 361 36 46 0 5 374 115 114
Binary 10101000 10010101 11110001 11110 100110 0 101 11111100 1001101 1001100

Color Harmonies of #A895F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895F1

Black with #A895F1

Text Example


Text Example

White with #A895F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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