Html Css Color HEX #A895FF Biloba Flower

📋 copy color: '#A895FF'

red 168 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #A895FF

Tints of Biloba Flower #A895FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 29.37%
G = 26.05%
B = 44.58%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A895FF (or 0xA895FF) is known color: Biloba Flower. HEX triplet: A8, 95 and FF. RGB value is (168,149,255). Sum of RGB (Red+Green+Blue) = 168+149+255=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A895FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895FF is #576A00. Grayscale: #A6A6A6. Windows color (decimal): -5728769 or 16749992. OLE color: 16749992.

HSL color Cylindrical-coordinate representation of color #A895FF: hue angle of 250.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A895FF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 149 255 -
CMYK 0.34 0.42 0 0
HSL 250.75º 1% 0.79% -
HSV(B) 250.75º 0.42% 1% -
XYZ 44.95 37.04 99.39 -
YUV 166.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 168 149 255 0.34 0.42 0 0 250.75 1 0.79
Hex A8 95 FF 22 2A 0 0 FB 64 4F
Octal 250 225 377 42 52 0 0 373 144 117
Binary 10101000 10010101 11111111 100010 101010 0 0 11111011 1100100 1001111

Color Harmonies of #A895FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895FF

Black with #A895FF

Text Example


Text Example

White with #A895FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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