Html Css Color HEX #A98FEA Biloba Flower

📋 copy color: '#A98FEA'

red 169 ◦ green 143 ◦ blue 234

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

Shades of Biloba Flower #A98FEA

Tints of Biloba Flower #A98FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 30.95%
G = 26.19%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A98FEA (or 0xA98FEA) is known color: Biloba Flower. HEX triplet: A9, 8F and EA. RGB value is (169,143,234). Sum of RGB (Red+Green+Blue) = 169+143+234=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A98FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FEA is #567015. Grayscale: #A0A0A0. Windows color (decimal): -5664790 or 15372201. OLE color: 15372201.

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

Color convert

RGB 169 143 234 -
CMYK 0.28 0.39 0 0.08
HSL 257.14º 0.68% 0.74% -
HSV(B) 257.14º 0.39% 0.92% -
XYZ 41.04 34.02 82.25 -
YUV 161.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 169 143 234 0.28 0.39 0 0.08 257.14 0.68 0.74
Hex A9 8F EA 1C 27 0 8 101 44 4A
Octal 251 217 352 34 47 0 10 401 104 112
Binary 10101001 10001111 11101010 11100 100111 0 1000 100000001 1000100 1001010

Color Harmonies of #A98FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FEA

Black with #A98FEA

Text Example


Text Example

White with #A98FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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