Html Css Color HEX #A986ED Biloba Flower

📋 copy color: '#A986ED'

red 169 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #A986ED

Tints of Biloba Flower #A986ED

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.81%

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 31.3%
G = 24.81%
B = 43.89%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A986ED (or 0xA986ED) is known color: Biloba Flower. HEX triplet: A9, 86 and ED. RGB value is (169,134,237). Sum of RGB (Red+Green+Blue) = 169+134+237=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A986ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986ED is #567912. Grayscale: #9B9B9B. Windows color (decimal): -5667091 or 15566505. OLE color: 15566505.

HSL color Cylindrical-coordinate representation of color #A986ED: hue angle of 260.39º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A986ED is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 134 237 -
CMYK 0.29 0.43 0 0.07
HSL 260.39º 0.74% 0.73% -
HSV(B) 260.39º 0.43% 0.93% -
XYZ 40.17 31.6 84.1 -
YUV 156.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 169 134 237 0.29 0.43 0 0.07 260.39 0.74 0.73
Hex A9 86 ED 1D 2B 0 7 104 4A 49
Octal 251 206 355 35 53 0 7 404 112 111
Binary 10101001 10000110 11101101 11101 101011 0 111 100000100 1001010 1001001

Color Harmonies of #A986ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986ED

Black with #A986ED

Text Example


Text Example

White with #A986ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986ED; }

 p { color: rgb(169,134,237); }

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

background-color css

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

 a { background-color: rgb(169,134,237); }

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

border-color css

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

 span { border-color: rgb(169,134,237); }

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