Html Css Color HEX #A895F4 Biloba Flower

📋 copy color: '#A895F4'

red 168 ◦ green 149 ◦ blue 244

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

Shades of Biloba Flower #A895F4

Tints of Biloba Flower #A895F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.49%

R = 29.95%
G = 26.56%
B = 43.49%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A895F4 (or 0xA895F4) is known color: Biloba Flower. HEX triplet: A8, 95 and F4. RGB value is (168,149,244). Sum of RGB (Red+Green+Blue) = 168+149+244=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #A895F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895F4 is #576A0B. Grayscale: #A5A5A5. Windows color (decimal): -5728780 or 16029096. OLE color: 16029096.

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

Color convert

RGB 168 149 244 -
CMYK 0.31 0.39 0 0.04
HSL 252º 0.81% 0.77% -
HSV(B) 252º 0.39% 0.96% -
XYZ 43.23 36.35 90.33 -
YUV 165.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 168 149 244 0.31 0.39 0 0.04 252 0.81 0.77
Hex A8 95 F4 1F 27 0 4 FC 51 4D
Octal 250 225 364 37 47 0 4 374 121 115
Binary 10101000 10010101 11110100 11111 100111 0 100 11111100 1010001 1001101

Color Harmonies of #A895F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895F4

Black with #A895F4

Text Example


Text Example

White with #A895F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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