Html Css Color HEX #A885D9 Biloba Flower

📋 copy color: '#A885D9'

red 168 ◦ green 133 ◦ blue 217

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

Shades of Biloba Flower #A885D9

Tints of Biloba Flower #A885D9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.68%

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 32.43%
G = 25.68%
B = 41.89%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A885D9 (or 0xA885D9) is known color: Biloba Flower. HEX triplet: A8, 85 and D9. RGB value is (168,133,217). Sum of RGB (Red+Green+Blue) = 168+133+217=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #A885D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885D9 is #577A26. Grayscale: #989898. Windows color (decimal): -5732903 or 14255528. OLE color: 14255528.

HSL color Cylindrical-coordinate representation of color #A885D9: hue angle of 265º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A885D9 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 133 217 -
CMYK 0.23 0.39 0 0.15
HSL 265º 0.53% 0.69% -
HSV(B) 265º 0.39% 0.85% -
XYZ 37.06 30.11 69.5 -
YUV 153.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 168 133 217 0.23 0.39 0 0.15 265 0.53 0.69
Hex A8 85 D9 17 27 0 F 109 34 45
Octal 250 205 331 27 47 0 17 411 64 105
Binary 10101000 10000101 11011001 10111 100111 0 1111 100001001 110100 1000101

Color Harmonies of #A885D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885D9

Black with #A885D9

Text Example


Text Example

White with #A885D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885D9; }

 p { color: rgb(168,133,217); }

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

background-color css

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

 a { background-color: rgb(168,133,217); }

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

border-color css

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

 span { border-color: rgb(168,133,217); }

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