Html Css Color HEX #A998CA Biloba Flower

📋 copy color: '#A998CA'

red 169 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #A998CA

Tints of Biloba Flower #A998CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.06%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 32.31%
G = 29.06%
B = 38.62%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A998CA (or 0xA998CA) is known color: Biloba Flower. HEX triplet: A9, 98 and CA. RGB value is (169,152,202). Sum of RGB (Red+Green+Blue) = 169+152+202=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #A998CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CA is #566735. Grayscale: #A2A2A2. Windows color (decimal): -5662518 or 13277353. OLE color: 13277353.

HSL color Cylindrical-coordinate representation of color #A998CA: hue angle of 260.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A998CA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 152 202 -
CMYK 0.16 0.25 0 0.21
HSL 260.4º 0.32% 0.69% -
HSV(B) 260.4º 0.25% 0.79% -
XYZ 38.25 35.16 60.65 -
YUV 162.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 169 152 202 0.16 0.25 0 0.21 260.4 0.32 0.69
Hex A9 98 CA 10 19 0 15 104 20 45
Octal 251 230 312 20 31 0 25 404 40 105
Binary 10101001 10011000 11001010 10000 11001 0 10101 100000100 100000 1000101

Color Harmonies of #A998CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998CA

Black with #A998CA

Text Example


Text Example

White with #A998CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998CA; }

 p { color: rgb(169,152,202); }

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

background-color css

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

 a { background-color: rgb(169,152,202); }

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

border-color css

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

 span { border-color: rgb(169,152,202); }

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