Html Css Color HEX #A98CEA Biloba Flower

📋 copy color: '#A98CEA'

red 169 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #A98CEA

Tints of Biloba Flower #A98CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.78%

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

R = 31.12%
G = 25.78%
B = 43.09%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A98CEA (or 0xA98CEA) is known color: Biloba Flower. HEX triplet: A9, 8C and EA. RGB value is (169,140,234). Sum of RGB (Red+Green+Blue) = 169+140+234=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #A98CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CEA is #567315. Grayscale: #9F9F9F. Windows color (decimal): -5665558 or 15371433. OLE color: 15371433.

HSL color Cylindrical-coordinate representation of color #A98CEA: hue angle of 258.51º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98CEA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 140 234 -
CMYK 0.28 0.40 0 0.08
HSL 258.51º 0.69% 0.73% -
HSV(B) 258.51º 0.4% 0.92% -
XYZ 40.59 33.13 82.1 -
YUV 159.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 169 140 234 0.28 0.40 0 0.08 258.51 0.69 0.73
Hex A9 8C EA 1C 28 0 8 103 45 49
Octal 251 214 352 34 50 0 10 403 105 111
Binary 10101001 10001100 11101010 11100 101000 0 1000 100000011 1000101 1001001

Color Harmonies of #A98CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CEA

Black with #A98CEA

Text Example


Text Example

White with #A98CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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