Html Css Color HEX #A985F1 Biloba Flower

📋 copy color: '#A985F1'

red 169 ◦ green 133 ◦ blue 241

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

Shades of Biloba Flower #A985F1

Tints of Biloba Flower #A985F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 31.12%
G = 24.49%
B = 44.38%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A985F1 (or 0xA985F1) is known color: Biloba Flower. HEX triplet: A9, 85 and F1. RGB value is (169,133,241). Sum of RGB (Red+Green+Blue) = 169+133+241=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #A985F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985F1 is #567A0E. Grayscale: #9B9B9B. Windows color (decimal): -5667343 or 15828393. OLE color: 15828393.

HSL color Cylindrical-coordinate representation of color #A985F1: hue angle of 260º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A985F1 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 133 241 -
CMYK 0.30 0.45 0 0.05
HSL 260º 0.79% 0.73% -
HSV(B) 260º 0.45% 0.95% -
XYZ 40.63 31.56 87.17 -
YUV 156.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 169 133 241 0.30 0.45 0 0.05 260 0.79 0.73
Hex A9 85 F1 1E 2D 0 5 104 4F 49
Octal 251 205 361 36 55 0 5 404 117 111
Binary 10101001 10000101 11110001 11110 101101 0 101 100000100 1001111 1001001

Color Harmonies of #A985F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985F1

Black with #A985F1

Text Example


Text Example

White with #A985F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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