Html Css Color HEX #A895D2 Biloba Flower

📋 copy color: '#A895D2'

red 168 ◦ green 149 ◦ blue 210

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

Shades of Biloba Flower #A895D2

Tints of Biloba Flower #A895D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.85%

R = 31.88%
G = 28.27%
B = 39.85%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A895D2 (or 0xA895D2) is known color: Biloba Flower. HEX triplet: A8, 95 and D2. RGB value is (168,149,210). Sum of RGB (Red+Green+Blue) = 168+149+210=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #A895D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895D2 is #576A2D. Grayscale: #A1A1A1. Windows color (decimal): -5728814 or 13800872. OLE color: 13800872.

HSL color Cylindrical-coordinate representation of color #A895D2: hue angle of 258.69º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A895D2 is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 149 210 -
CMYK 0.2 0.29 0 0.18
HSL 258.69º 0.4% 0.7% -
HSV(B) 258.69º 0.29% 0.82% -
XYZ 38.53 34.47 65.6 -
YUV 161.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 168 149 210 0.2 0.29 0 0.18 258.69 0.4 0.7
Hex A8 95 D2 14 1D 0 12 103 28 46
Octal 250 225 322 24 35 0 22 403 50 106
Binary 10101000 10010101 11010010 10100 11101 0 10010 100000011 101000 1000110

Color Harmonies of #A895D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895D2

Black with #A895D2

Text Example


Text Example

White with #A895D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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