Html Css Color HEX #A895F6 Biloba Flower

📋 copy color: '#A895F6'

red 168 ◦ green 149 ◦ blue 246

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

Shades of Biloba Flower #A895F6

Tints of Biloba Flower #A895F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.69%

R = 29.84%
G = 26.47%
B = 43.69%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A895F6 (or 0xA895F6) is known color: Biloba Flower. HEX triplet: A8, 95 and F6. RGB value is (168,149,246). Sum of RGB (Red+Green+Blue) = 168+149+246=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #A895F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895F6 is #576A09. Grayscale: #A5A5A5. Windows color (decimal): -5728778 or 16160168. OLE color: 16160168.

HSL color Cylindrical-coordinate representation of color #A895F6: hue angle of 251.75º degrees, saturation: 0.84, 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 #A895F6 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 149 246 -
CMYK 0.32 0.39 0 0.04
HSL 251.75º 0.84% 0.77% -
HSV(B) 251.75º 0.39% 0.96% -
XYZ 43.53 36.47 91.93 -
YUV 165.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 168 149 246 0.32 0.39 0 0.04 251.75 0.84 0.77
Hex A8 95 F6 20 27 0 4 FC 54 4D
Octal 250 225 366 40 47 0 4 374 124 115
Binary 10101000 10010101 11110110 100000 100111 0 100 11111100 1010100 1001101

Color Harmonies of #A895F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895F6

Black with #A895F6

Text Example


Text Example

White with #A895F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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