Html Css Color HEX #A98CCF Biloba Flower

📋 copy color: '#A98CCF'

red 169 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #A98CCF

Tints of Biloba Flower #A98CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 32.75%
G = 27.13%
B = 40.12%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A98CCF (or 0xA98CCF) is known color: Biloba Flower. HEX triplet: A9, 8C and CF. RGB value is (169,140,207). Sum of RGB (Red+Green+Blue) = 169+140+207=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A98CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCF is #567330. Grayscale: #9C9C9C. Windows color (decimal): -5665585 or 13601961. OLE color: 13601961.

HSL color Cylindrical-coordinate representation of color #A98CCF: hue angle of 265.97º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98CCF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 140 207 -
CMYK 0.18 0.32 0 0.19
HSL 265.97º 0.41% 0.68% -
HSV(B) 265.97º 0.32% 0.81% -
XYZ 37 31.7 63.2 -
YUV 156.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 169 140 207 0.18 0.32 0 0.19 265.97 0.41 0.68
Hex A9 8C CF 12 20 0 13 10A 29 44
Octal 251 214 317 22 40 0 23 412 51 104
Binary 10101001 10001100 11001111 10010 100000 0 10011 100001010 101001 1000100

Color Harmonies of #A98CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CCF

Black with #A98CCF

Text Example


Text Example

White with #A98CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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