Html Css Color HEX #A985D7 Biloba Flower

📋 copy color: '#A985D7'

red 169 ◦ green 133 ◦ blue 215

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

Shades of Biloba Flower #A985D7

Tints of Biloba Flower #A985D7

RGB

 RED value IS 169 (66.41% from 255) = 32.69%

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 32.69%
G = 25.73%
B = 41.59%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A985D7 (or 0xA985D7) is known color: Biloba Flower. HEX triplet: A9, 85 and D7. RGB value is (169,133,215). Sum of RGB (Red+Green+Blue) = 169+133+215=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #A985D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985D7 is #567A28. Grayscale: #989898. Windows color (decimal): -5667369 or 14124457. OLE color: 14124457.

HSL color Cylindrical-coordinate representation of color #A985D7: hue angle of 266.34º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A985D7 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 133 215 -
CMYK 0.21 0.38 0 0.16
HSL 266.34º 0.51% 0.68% -
HSV(B) 266.34º 0.38% 0.84% -
XYZ 37.02 30.12 68.15 -
YUV 153.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 169 133 215 0.21 0.38 0 0.16 266.34 0.51 0.68
Hex A9 85 D7 15 26 0 10 10A 33 44
Octal 251 205 327 25 46 0 20 412 63 104
Binary 10101001 10000101 11010111 10101 100110 0 10000 100001010 110011 1000100

Color Harmonies of #A985D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985D7

Black with #A985D7

Text Example


Text Example

White with #A985D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985D7; }

 p { color: rgb(169,133,215); }

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

background-color css

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

 a { background-color: rgb(169,133,215); }

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

border-color css

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

 span { border-color: rgb(169,133,215); }

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