Html Css Color HEX #A98FEC Biloba Flower

📋 copy color: '#A98FEC'

red 169 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #A98FEC

Tints of Biloba Flower #A98FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.09%

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

R = 30.84%
G = 26.09%
B = 43.07%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A98FEC (or 0xA98FEC) is known color: Biloba Flower. HEX triplet: A9, 8F and EC. RGB value is (169,143,236). Sum of RGB (Red+Green+Blue) = 169+143+236=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #A98FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FEC is #567013. Grayscale: #A1A1A1. Windows color (decimal): -5664788 or 15503273. OLE color: 15503273.

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

Color convert

RGB 169 143 236 -
CMYK 0.28 0.39 0 0.07
HSL 256.77º 0.71% 0.74% -
HSV(B) 256.77º 0.39% 0.93% -
XYZ 41.32 34.14 83.77 -
YUV 161.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 169 143 236 0.28 0.39 0 0.07 256.77 0.71 0.74
Hex A9 8F EC 1C 27 0 7 101 47 4A
Octal 251 217 354 34 47 0 7 401 107 112
Binary 10101001 10001111 11101100 11100 100111 0 111 100000001 1000111 1001010

Color Harmonies of #A98FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FEC

Black with #A98FEC

Text Example


Text Example

White with #A98FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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