Html Css Color HEX #A898CA Biloba Flower

📋 copy color: '#A898CA'

red 168 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #A898CA

Tints of Biloba Flower #A898CA

RGB

 RED value IS 168 (66.02% from 255) = 32.18%

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

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

R = 32.18%
G = 29.12%
B = 38.7%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A898CA (or 0xA898CA) is known color: Biloba Flower. HEX triplet: A8, 98 and CA. RGB value is (168,152,202). Sum of RGB (Red+Green+Blue) = 168+152+202=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #A898CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CA is #576735. Grayscale: #A2A2A2. Windows color (decimal): -5728054 or 13277352. OLE color: 13277352.

HSL color Cylindrical-coordinate representation of color #A898CA: hue angle of 259.2º 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 #A898CA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 152 202 -
CMYK 0.17 0.25 0 0.21
HSL 259.2º 0.32% 0.69% -
HSV(B) 259.2º 0.25% 0.79% -
XYZ 38.04 35.05 60.64 -
YUV 162.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 168 152 202 0.17 0.25 0 0.21 259.2 0.32 0.69
Hex A8 98 CA 11 19 0 15 103 20 45
Octal 250 230 312 21 31 0 25 403 40 105
Binary 10101000 10011000 11001010 10001 11001 0 10101 100000011 100000 1000101

Color Harmonies of #A898CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898CA

Black with #A898CA

Text Example


Text Example

White with #A898CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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