Html Css Color HEX #A985D1 Biloba Flower

📋 copy color: '#A985D1'

red 169 ◦ green 133 ◦ blue 209

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

Shades of Biloba Flower #A985D1

Tints of Biloba Flower #A985D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 33.07%
G = 26.03%
B = 40.9%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A985D1 (or 0xA985D1) is known color: Biloba Flower. HEX triplet: A9, 85 and D1. RGB value is (169,133,209). Sum of RGB (Red+Green+Blue) = 169+133+209=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #A985D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985D1 is #567A2E. Grayscale: #989898. Windows color (decimal): -5667375 or 13731241. OLE color: 13731241.

HSL color Cylindrical-coordinate representation of color #A985D1: hue angle of 268.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A985D1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 133 209 -
CMYK 0.19 0.36 0 0.18
HSL 268.42º 0.45% 0.67% -
HSV(B) 268.42º 0.36% 0.82% -
XYZ 36.26 29.81 64.17 -
YUV 152.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 169 133 209 0.19 0.36 0 0.18 268.42 0.45 0.67
Hex A9 85 D1 13 24 0 12 10C 2D 43
Octal 251 205 321 23 44 0 22 414 55 103
Binary 10101001 10000101 11010001 10011 100100 0 10010 100001100 101101 1000011

Color Harmonies of #A985D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985D1

Black with #A985D1

Text Example


Text Example

White with #A985D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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