Html Css Color HEX #A895FC Biloba Flower

📋 copy color: '#A895FC'

red 168 ◦ green 149 ◦ blue 252

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

Shades of Biloba Flower #A895FC

Tints of Biloba Flower #A895FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.29%

R = 29.53%
G = 26.19%
B = 44.29%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A895FC (or 0xA895FC) is known color: Biloba Flower. HEX triplet: A8, 95 and FC. RGB value is (168,149,252). Sum of RGB (Red+Green+Blue) = 168+149+252=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #A895FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895FC is #576A03. Grayscale: #A6A6A6. Windows color (decimal): -5728772 or 16553384. OLE color: 16553384.

HSL color Cylindrical-coordinate representation of color #A895FC: hue angle of 251.07º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A895FC is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 149 252 -
CMYK 0.33 0.41 0 0.01
HSL 251.07º 0.94% 0.79% -
HSV(B) 251.07º 0.41% 0.99% -
XYZ 44.47 36.85 96.86 -
YUV 166.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 168 149 252 0.33 0.41 0 0.01 251.07 0.94 0.79
Hex A8 95 FC 21 29 0 1 FB 5E 4F
Octal 250 225 374 41 51 0 1 373 136 117
Binary 10101000 10010101 11111100 100001 101001 0 1 11111011 1011110 1001111

Color Harmonies of #A895FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895FC

Black with #A895FC

Text Example


Text Example

White with #A895FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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