Html Css Color HEX #A98CE5 Biloba Flower

📋 copy color: '#A98CE5'

red 169 ◦ green 140 ◦ blue 229

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

Shades of Biloba Flower #A98CE5

Tints of Biloba Flower #A98CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 31.41%
G = 26.02%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A98CE5 (or 0xA98CE5) is known color: Biloba Flower. HEX triplet: A9, 8C and E5. RGB value is (169,140,229). Sum of RGB (Red+Green+Blue) = 169+140+229=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #A98CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CE5 is #56731A. Grayscale: #9E9E9E. Windows color (decimal): -5665563 or 15043753. OLE color: 15043753.

HSL color Cylindrical-coordinate representation of color #A98CE5: hue angle of 259.55º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98CE5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 140 229 -
CMYK 0.26 0.39 0 0.10
HSL 259.55º 0.63% 0.72% -
HSV(B) 259.55º 0.39% 0.9% -
XYZ 39.88 32.85 78.37 -
YUV 158.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 169 140 229 0.26 0.39 0 0.10 259.55 0.63 0.72
Hex A9 8C E5 1A 27 0 A 104 3F 48
Octal 251 214 345 32 47 0 12 404 77 110
Binary 10101001 10001100 11100101 11010 100111 0 1010 100000100 111111 1001000

Color Harmonies of #A98CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CE5

Black with #A98CE5

Text Example


Text Example

White with #A98CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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