Html Css Color HEX #A895EE Biloba Flower

📋 copy color: '#A895EE'

red 168 ◦ green 149 ◦ blue 238

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

Shades of Biloba Flower #A895EE

Tints of Biloba Flower #A895EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 30.27%
G = 26.85%
B = 42.88%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A895EE (or 0xA895EE) is known color: Biloba Flower. HEX triplet: A8, 95 and EE. RGB value is (168,149,238). Sum of RGB (Red+Green+Blue) = 168+149+238=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #A895EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895EE is #576A11. Grayscale: #A4A4A4. Windows color (decimal): -5728786 or 15635880. OLE color: 15635880.

HSL color Cylindrical-coordinate representation of color #A895EE: hue angle of 252.81º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A895EE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 149 238 -
CMYK 0.29 0.37 0 0.07
HSL 252.81º 0.72% 0.76% -
HSV(B) 252.81º 0.37% 0.93% -
XYZ 42.33 35.99 85.61 -
YUV 164.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 168 149 238 0.29 0.37 0 0.07 252.81 0.72 0.76
Hex A8 95 EE 1D 25 0 7 FD 48 4C
Octal 250 225 356 35 45 0 7 375 110 114
Binary 10101000 10010101 11101110 11101 100101 0 111 11111101 1001000 1001100

Color Harmonies of #A895EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895EE

Black with #A895EE

Text Example


Text Example

White with #A895EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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