Html Css Color HEX #A985DF Biloba Flower

📋 copy color: '#A985DF'

red 169 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #A985DF

Tints of Biloba Flower #A985DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 32.19%
G = 25.33%
B = 42.48%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A985DF (or 0xA985DF) is known color: Biloba Flower. HEX triplet: A9, 85 and DF. RGB value is (169,133,223). Sum of RGB (Red+Green+Blue) = 169+133+223=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A985DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985DF is #567A20. Grayscale: #999999. Windows color (decimal): -5667361 or 14648745. OLE color: 14648745.

HSL color Cylindrical-coordinate representation of color #A985DF: hue angle of 264º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A985DF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 133 223 -
CMYK 0.24 0.40 0 0.13
HSL 264º 0.58% 0.7% -
HSV(B) 264º 0.4% 0.87% -
XYZ 38.07 30.54 73.7 -
YUV 154.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 169 133 223 0.24 0.40 0 0.13 264 0.58 0.7
Hex A9 85 DF 18 28 0 D 108 3A 46
Octal 251 205 337 30 50 0 15 410 72 106
Binary 10101001 10000101 11011111 11000 101000 0 1101 100001000 111010 1000110

Color Harmonies of #A985DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985DF

Black with #A985DF

Text Example


Text Example

White with #A985DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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