Html Css Color HEX #A98CCE Biloba Flower

📋 copy color: '#A98CCE'

red 169 ◦ green 140 ◦ blue 206

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

Shades of Biloba Flower #A98CCE

Tints of Biloba Flower #A98CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 32.82%
G = 27.18%
B = 40%

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

#A98CCE (or 0xA98CCE) is known color: Biloba Flower. HEX triplet: A9, 8C and CE. RGB value is (169,140,206). Sum of RGB (Red+Green+Blue) = 169+140+206=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A98CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCE is #567331. Grayscale: #9B9B9B. Windows color (decimal): -5665586 or 13536425. OLE color: 13536425.

HSL color Cylindrical-coordinate representation of color #A98CCE: hue angle of 266.36º degrees, saturation: 0.4, 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 #A98CCE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 140 206 -
CMYK 0.18 0.32 0 0.19
HSL 266.36º 0.4% 0.68% -
HSV(B) 266.36º 0.32% 0.81% -
XYZ 36.88 31.65 62.56 -
YUV 156.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 169 140 206 0.18 0.32 0 0.19 266.36 0.4 0.68
Hex A9 8C CE 12 20 0 13 10A 28 44
Octal 251 214 316 22 40 0 23 412 50 104
Binary 10101001 10001100 11001110 10010 100000 0 10011 100001010 101000 1000100

Color Harmonies of #A98CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CCE

Black with #A98CCE

Text Example


Text Example

White with #A98CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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