Html Css Color HEX #A98CFD Biloba Flower

📋 copy color: '#A98CFD'

red 169 ◦ green 140 ◦ blue 253

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

Shades of Biloba Flower #A98CFD

Tints of Biloba Flower #A98CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 30.07%
G = 24.91%
B = 45.02%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A98CFD (or 0xA98CFD) is known color: Biloba Flower. HEX triplet: A9, 8C and FD. RGB value is (169,140,253). Sum of RGB (Red+Green+Blue) = 169+140+253=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A98CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CFD is #567302. Grayscale: #A1A1A1. Windows color (decimal): -5665539 or 16616617. OLE color: 16616617.

HSL color Cylindrical-coordinate representation of color #A98CFD: hue angle of 255.4º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98CFD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 140 253 -
CMYK 0.33 0.45 0 0.01
HSL 255.4º 0.97% 0.77% -
HSV(B) 255.4º 0.45% 0.99% -
XYZ 43.47 34.28 97.25 -
YUV 161.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 169 140 253 0.33 0.45 0 0.01 255.4 0.97 0.77
Hex A9 8C FD 21 2D 0 1 FF 61 4D
Octal 251 214 375 41 55 0 1 377 141 115
Binary 10101001 10001100 11111101 100001 101101 0 1 11111111 1100001 1001101

Color Harmonies of #A98CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CFD

Black with #A98CFD

Text Example


Text Example

White with #A98CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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