Html Css Color HEX #A895F3 Biloba Flower

📋 copy color: '#A895F3'

red 168 ◦ green 149 ◦ blue 243

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

Shades of Biloba Flower #A895F3

Tints of Biloba Flower #A895F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.39%

R = 30%
G = 26.61%
B = 43.39%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A895F3 (or 0xA895F3) is known color: Biloba Flower. HEX triplet: A8, 95 and F3. RGB value is (168,149,243). Sum of RGB (Red+Green+Blue) = 168+149+243=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #A895F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895F3 is #576A0C. Grayscale: #A5A5A5. Windows color (decimal): -5728781 or 15963560. OLE color: 15963560.

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

Color convert

RGB 168 149 243 -
CMYK 0.31 0.39 0 0.05
HSL 252.13º 0.8% 0.77% -
HSV(B) 252.13º 0.39% 0.95% -
XYZ 43.07 36.29 89.53 -
YUV 165.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 168 149 243 0.31 0.39 0 0.05 252.13 0.8 0.77
Hex A8 95 F3 1F 27 0 5 FC 50 4D
Octal 250 225 363 37 47 0 5 374 120 115
Binary 10101000 10010101 11110011 11111 100111 0 101 11111100 1010000 1001101

Color Harmonies of #A895F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895F3

Black with #A895F3

Text Example


Text Example

White with #A895F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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