Html Css Color HEX #A895DE Biloba Flower

📋 copy color: '#A895DE'

red 168 ◦ green 149 ◦ blue 222

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

Shades of Biloba Flower #A895DE

Tints of Biloba Flower #A895DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 31.17%
G = 27.64%
B = 41.19%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A895DE (or 0xA895DE) is known color: Biloba Flower. HEX triplet: A8, 95 and DE. RGB value is (168,149,222). Sum of RGB (Red+Green+Blue) = 168+149+222=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A895DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DE is #576A21. Grayscale: #A2A2A2. Windows color (decimal): -5728802 or 14587304. OLE color: 14587304.

HSL color Cylindrical-coordinate representation of color #A895DE: hue angle of 255.62º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A895DE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 149 222 -
CMYK 0.24 0.33 0 0.13
HSL 255.62º 0.53% 0.73% -
HSV(B) 255.62º 0.33% 0.87% -
XYZ 40.08 35.09 73.77 -
YUV 163 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 168 149 222 0.24 0.33 0 0.13 255.62 0.53 0.73
Hex A8 95 DE 18 21 0 D 100 35 49
Octal 250 225 336 30 41 0 15 400 65 111
Binary 10101000 10010101 11011110 11000 100001 0 1101 100000000 110101 1001001

Color Harmonies of #A895DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895DE

Black with #A895DE

Text Example


Text Example

White with #A895DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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