Html Css Color HEX #A985EC Biloba Flower

📋 copy color: '#A985EC'

red 169 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #A985EC

Tints of Biloba Flower #A985EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 31.41%
G = 24.72%
B = 43.87%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A985EC (or 0xA985EC) is known color: Biloba Flower. HEX triplet: A9, 85 and EC. RGB value is (169,133,236). Sum of RGB (Red+Green+Blue) = 169+133+236=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A985EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985EC is #567A13. Grayscale: #9B9B9B. Windows color (decimal): -5667348 or 15500713. OLE color: 15500713.

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

Color convert

RGB 169 133 236 -
CMYK 0.28 0.44 0 0.07
HSL 260.97º 0.73% 0.72% -
HSV(B) 260.97º 0.44% 0.93% -
XYZ 39.89 31.27 83.29 -
YUV 155.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 169 133 236 0.28 0.44 0 0.07 260.97 0.73 0.72
Hex A9 85 EC 1C 2C 0 7 105 49 48
Octal 251 205 354 34 54 0 7 405 111 110
Binary 10101001 10000101 11101100 11100 101100 0 111 100000101 1001001 1001000

Color Harmonies of #A985EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985EC

Black with #A985EC

Text Example


Text Example

White with #A985EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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