Html Css Color HEX #A895FB Biloba Flower

📋 copy color: '#A895FB'

red 168 ◦ green 149 ◦ blue 251

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

Shades of Biloba Flower #A895FB

Tints of Biloba Flower #A895FB

RGB

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

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

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

R = 29.58%
G = 26.23%
B = 44.19%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A895FB (or 0xA895FB) is known color: Biloba Flower. HEX triplet: A8, 95 and FB. RGB value is (168,149,251). Sum of RGB (Red+Green+Blue) = 168+149+251=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #A895FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895FB is #576A04. Grayscale: #A5A5A5. Windows color (decimal): -5728773 or 16487848. OLE color: 16487848.

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

Color convert

RGB 168 149 251 -
CMYK 0.33 0.41 0 0.02
HSL 251.18º 0.93% 0.78% -
HSV(B) 251.18º 0.41% 0.98% -
XYZ 44.31 36.78 96.03 -
YUV 166.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 168 149 251 0.33 0.41 0 0.02 251.18 0.93 0.78
Hex A8 95 FB 21 29 0 2 FB 5D 4E
Octal 250 225 373 41 51 0 2 373 135 116
Binary 10101000 10010101 11111011 100001 101001 0 10 11111011 1011101 1001110

Color Harmonies of #A895FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895FB

Black with #A895FB

Text Example


Text Example

White with #A895FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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