Html Css Color HEX #A894FC Biloba Flower

📋 copy color: '#A894FC'

red 168 ◦ green 148 ◦ blue 252

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

Shades of Biloba Flower #A894FC

Tints of Biloba Flower #A894FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

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

R = 29.58%
G = 26.06%
B = 44.37%

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

#A894FC (or 0xA894FC) is known color: Biloba Flower. HEX triplet: A8, 94 and FC. RGB value is (168,148,252). Sum of RGB (Red+Green+Blue) = 168+148+252=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #A894FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894FC is #576B03. Grayscale: #A5A5A5. Windows color (decimal): -5729028 or 16553128. OLE color: 16553128.

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

Color convert

RGB 168 148 252 -
CMYK 0.33 0.41 0 0.01
HSL 251.54º 0.95% 0.78% -
HSV(B) 251.54º 0.41% 0.99% -
XYZ 44.31 36.53 96.81 -
YUV 165.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 168 148 252 0.33 0.41 0 0.01 251.54 0.95 0.78
Hex A8 94 FC 21 29 0 1 FC 5F 4E
Octal 250 224 374 41 51 0 1 374 137 116
Binary 10101000 10010100 11111100 100001 101001 0 1 11111100 1011111 1001110

Color Harmonies of #A894FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894FC

Black with #A894FC

Text Example


Text Example

White with #A894FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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