Html Css Color HEX #A895CA Biloba Flower

📋 copy color: '#A895CA'

red 168 ◦ green 149 ◦ blue 202

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

Shades of Biloba Flower #A895CA

Tints of Biloba Flower #A895CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 32.37%
G = 28.71%
B = 38.92%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A895CA (or 0xA895CA) is known color: Biloba Flower. HEX triplet: A8, 95 and CA. RGB value is (168,149,202). Sum of RGB (Red+Green+Blue) = 168+149+202=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A895CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CA is #576A35. Grayscale: #A0A0A0. Windows color (decimal): -5728822 or 13276584. OLE color: 13276584.

HSL color Cylindrical-coordinate representation of color #A895CA: hue angle of 261.51º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A895CA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 149 202 -
CMYK 0.17 0.26 0 0.21
HSL 261.51º 0.33% 0.69% -
HSV(B) 261.51º 0.26% 0.79% -
XYZ 37.56 34.08 60.48 -
YUV 160.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 168 149 202 0.17 0.26 0 0.21 261.51 0.33 0.69
Hex A8 95 CA 11 1A 0 15 106 21 45
Octal 250 225 312 21 32 0 25 406 41 105
Binary 10101000 10010101 11001010 10001 11010 0 10101 100000110 100001 1000101

Color Harmonies of #A895CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895CA

Black with #A895CA

Text Example


Text Example

White with #A895CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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