Html Css Color HEX #A895CD Biloba Flower

📋 copy color: '#A895CD'

red 168 ◦ green 149 ◦ blue 205

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

Shades of Biloba Flower #A895CD

Tints of Biloba Flower #A895CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 32.18%
G = 28.54%
B = 39.27%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A895CD (or 0xA895CD) is known color: Biloba Flower. HEX triplet: A8, 95 and CD. RGB value is (168,149,205). Sum of RGB (Red+Green+Blue) = 168+149+205=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #A895CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CD is #576A32. Grayscale: #A0A0A0. Windows color (decimal): -5728819 or 13473192. OLE color: 13473192.

HSL color Cylindrical-coordinate representation of color #A895CD: hue angle of 260.36º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A895CD is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 149 205 -
CMYK 0.18 0.27 0 0.20
HSL 260.36º 0.36% 0.69% -
HSV(B) 260.36º 0.27% 0.8% -
XYZ 37.92 34.23 62.37 -
YUV 161.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 168 149 205 0.18 0.27 0 0.20 260.36 0.36 0.69
Hex A8 95 CD 12 1B 0 14 104 24 45
Octal 250 225 315 22 33 0 24 404 44 105
Binary 10101000 10010101 11001101 10010 11011 0 10100 100000100 100100 1000101

Color Harmonies of #A895CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A895CD

Black with #A895CD

Text Example


Text Example

White with #A895CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A895CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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